#ECA8FF

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

Shades of Mauve #ECA8FF

Tints of Mauve #ECA8FF

Color information

#ECA8FF (or 0xECA8FF) is unknown color: approx Mauve. HEX triplet: EC, A8 and FF. RGB value is (236,168,255). Sum of RGB (Red+Green+Blue) = 236+168+255=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8FF is #135700. Grayscale: #C5C5C5. Windows color (decimal): -1267457 or 16754924. OLE color: 16754924.

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

Color convert

RGB236168255-
CMYK0.070.3400
HSL286.9º100%82.94%-
HSV(B)286.9º34.12%100%-
XYZ66.6453.06101.34-
YUV198.25160.03154.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 168 (66.02% from 255) = 25.49%
BLUE value IS 255 (100% from 255) = 38.69%
R=35.81%
G=25.49%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361682550.070.3400286.910082.94
HexECA8FF7220011f6453
Octal35425037774200437144123
Binary1110110010101000111111111111000100010001111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8FF; }

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

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

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

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

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

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

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

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