#ECA3FE

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

Shades of Mauve #ECA3FE

Tints of Mauve #ECA3FE

Color information

#ECA3FE (or 0xECA3FE) is unknown color: approx Mauve. HEX triplet: EC, A3 and FE. RGB value is (236,163,254). Sum of RGB (Red+Green+Blue) = 236+163+254=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 163 (64.06% from 255 or 24.96% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA3FE is #135C01. Grayscale: #C2C2C2. Windows color (decimal): -1268738 or 16688108. OLE color: 16688108.

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

Color convert

RGB236163254-
CMYK0.070.3600.00
HSL288.13º97.85%81.76%-
HSV(B)288.13º35.83%99.61%-
XYZ65.5851.18100.19-
YUV195.2161.18157.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 163 (64.06% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=36.14%
G=24.96%
B=38.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361632540.070.3600.00288.1397.8581.76
HexECA3FE724001206252
Octal35424337674400440142122
Binary1110110010100011111111101111001000010010000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3FE; }

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

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

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

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

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

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

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

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