#ECA8FE

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

Shades of Mauve #ECA8FE

Tints of Mauve #ECA8FE

Color information

#ECA8FE (or 0xECA8FE) is unknown color: approx Mauve. HEX triplet: EC, A8 and FE. RGB value is (236,168,254). Sum of RGB (Red+Green+Blue) = 236+168+254=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8FE is #135701. Grayscale: #C5C5C5. Windows color (decimal): -1267458 or 16689388. OLE color: 16689388.

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

Color convert

RGB236168254-
CMYK0.070.3400.00
HSL287.44º97.73%82.75%-
HSV(B)287.44º33.86%99.61%-
XYZ66.4852.99100.49-
YUV198.14159.53155.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 168 (66.02% from 255) = 25.53%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=35.87%
G=25.53%
B=38.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361682540.070.3400.00287.4497.7382.75
HexECA8FE7220011f6253
Octal35425037674200437142123
Binary1110110010101000111111101111000100010001111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8FE; }

 p { color: rgb(236,168,254); }

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

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

 a { background-color: rgb(236,168,254); }

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

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

 span { border-color: rgb(236,168,254); }

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