#ECA2FF

Color #ECA2FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #ECA2FF

Tints of Mauve #ECA2FF

Color information

#ECA2FF (or 0xECA2FF) is unknown color: approx Mauve. HEX triplet: EC, A2 and FF. RGB value is (236,162,255). Sum of RGB (Red+Green+Blue) = 236+162+255=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2FF is #135D00. Grayscale: #C2C2C2. Windows color (decimal): -1268993 or 16753388. OLE color: 16753388.

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

Color convert

RGB236162255-
CMYK0.070.3600
HSL287.74º100%81.76%-
HSV(B)287.74º36.47%100%-
XYZ65.5650.89100.98-
YUV194.73162.02157.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 162 (63.67% from 255) = 24.81%
BLUE value IS 255 (100% from 255) = 39.05%
R=36.14%
G=24.81%
B=39.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361622550.070.3600287.7410081.76
HexECA2FF724001206452
Octal35424237774400440144122
Binary1110110010100010111111111111001000010010000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2FF; }

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

 H1.HeaderClassName
 {
   color: #ECA2FF;
 }
 .AnyTagClassName
 {
   color: #ECA2FF;
 }
</style>
background-color css

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

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

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

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

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

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