#ECA8FA

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

Shades of Mauve #ECA8FA

Tints of Mauve #ECA8FA

Color information

#ECA8FA (or 0xECA8FA) is unknown color: approx Mauve. HEX triplet: EC, A8 and FA. RGB value is (236,168,250). Sum of RGB (Red+Green+Blue) = 236+168+250=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8FA is #135705. Grayscale: #C5C5C5. Windows color (decimal): -1267462 or 16427244. OLE color: 16427244.

HSL color Cylindrical-coordinate representation of color #ECA8FA: hue angle of 289.76º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECA8FA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236168250-
CMYK0.060.3300.02
HSL289.76º89.13%81.96%-
HSV(B)289.76º32.8%98.04%-
XYZ65.8552.7497.15-
YUV197.68157.53155.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 168 (66.02% from 255) = 25.69%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=36.09%
G=25.69%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361682500.060.3300.02289.7689.1381.96
HexECA8FA621021225952
Octal35425037264102442131122
Binary11101100101010001111101011010000101010010001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8FA; }

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

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

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

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

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

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

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

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