Html Css Color HEX #ECA1FF Mauve

📋 copy color: '#ECA1FF'

red 236 ◦ green 161 ◦ blue 255

#ECA1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #ECA1FF

Tints of Mauve #ECA1FF

RGB

 RED value IS 236 (92.58% from 255) = 36.2%

 GREEN value IS 161 (63.28% from 255) = 24.69%

 BLUE value IS 255 (100% from 255) = 39.11%

R = 36.2%
G = 24.69%
B = 39.11%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECA1FF (or 0xECA1FF) is known color: Mauve. HEX triplet: EC, A1 and FF. RGB value is (236,161,255). Sum of RGB (Red+Green+Blue) = 236+161+255=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA1FF is #135E00. Grayscale: #C1C1C1. Windows color (decimal): -1269249 or 16753132. OLE color: 16753132.

HSL color Cylindrical-coordinate representation of color #ECA1FF: hue angle of 287.87º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECA1FF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 161 255 -
CMYK 0.07 0.37 0 0
HSL 287.87º 1% 0.82% -
HSV(B) 287.87º 0.37% 1% -
XYZ 65.39 50.54 100.92 -
YUV 194.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 236 161 255 0.07 0.37 0 0 287.87 1 0.82
Hex EC A1 FF 7 25 0 0 120 64 52
Octal 354 241 377 7 45 0 0 440 144 122
Binary 11101100 10100001 11111111 111 100101 0 0 100100000 1100100 1010010

Color Harmonies of #ECA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA1FF

Black with #ECA1FF

Text Example


Text Example

White with #ECA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA1FF; }

 p { color: rgb(236,161,255); }

 H1.HeaderClassName
 {
   color: #ECA1FF;
 }
 .AnyTagClassName
 {
   color: #ECA1FF;
 }
</style>

background-color css

<style>
 a { background-color: #ECA1FF; }

 a { background-color: rgb(236,161,255); }

 div.DivClassName
 {
   background-color: #ECA1FF;
 }
 .BgClassName
 {
   background-color: #ECA1FF;
 }
</style>

border-color css

<style>
 span { border-color: #ECA1FF; }

 span { border-color: rgb(236,161,255); }

 td.TdClassName
 {
   border-color: #ECA1FF;
 }
 .TagClassName
 {
   border-color: #ECA1FF;
 }
</style>