#ECA9FE

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

Shades of Mauve #ECA9FE

Tints of Mauve #ECA9FE

Color information

#ECA9FE (or 0xECA9FE) is unknown color: approx Mauve. HEX triplet: EC, A9 and FE. RGB value is (236,169,254). Sum of RGB (Red+Green+Blue) = 236+169+254=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA9FE is #135601. Grayscale: #C6C6C6. Windows color (decimal): -1267202 or 16689644. OLE color: 16689644.

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

Color convert

RGB236169254-
CMYK0.070.3300.00
HSL287.29º97.7%82.94%-
HSV(B)287.29º33.46%99.61%-
XYZ66.6753.36100.55-
YUV198.72159.2154.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 169 (66.41% from 255) = 25.64%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=35.81%
G=25.64%
B=38.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361692540.070.3300.00287.2997.782.94
HexECA9FE7210011f6253
Octal35425137674100437142123
Binary1110110010101001111111101111000010010001111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9FE; }

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

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

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

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

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

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

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

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