#ECA8FC

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

Shades of Mauve #ECA8FC

Tints of Mauve #ECA8FC

Color information

#ECA8FC (or 0xECA8FC) is unknown color: approx Mauve. HEX triplet: EC, A8 and FC. RGB value is (236,168,252). Sum of RGB (Red+Green+Blue) = 236+168+252=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8FC is #135703. Grayscale: #C5C5C5. Windows color (decimal): -1267460 or 16558316. OLE color: 16558316.

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

Color convert

RGB236168252-
CMYK0.060.3300.01
HSL288.57º93.33%82.35%-
HSV(B)288.57º33.33%98.82%-
XYZ66.1752.8798.81-
YUV197.91158.53155.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 168 (66.02% from 255) = 25.61%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=35.98%
G=25.61%
B=38.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361682520.060.3300.01288.5793.3382.35
HexECA8FC621011215d52
Octal35425037464101441135122
Binary1110110010101000111111001101000010110010000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8FC; }

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

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

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

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

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

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

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

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