#EC9AFF

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

Shades of Mauve #EC9AFF

Tints of Mauve #EC9AFF

Color information

#EC9AFF (or 0xEC9AFF) is unknown color: approx Mauve. HEX triplet: EC, 9A and FF. RGB value is (236,154,255). Sum of RGB (Red+Green+Blue) = 236+154+255=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 154 (60.55% from 255 or 23.88% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AFF is #136500. Grayscale: #BDBDBD. Windows color (decimal): -1271041 or 16751340. OLE color: 16751340.

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

Color convert

RGB236154255-
CMYK0.070.4000
HSL288.71º100%80.2%-
HSV(B)288.71º39.61%100%-
XYZ64.248.16100.52-
YUV190.03164.67160.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 154 (60.55% from 255) = 23.88%
BLUE value IS 255 (100% from 255) = 39.53%
R=36.59%
G=23.88%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361542550.070.4000288.7110080.2
HexEC9AFF728001216450
Octal35423237775000441144120
Binary1110110010011010111111111111010000010010000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AFF; }

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

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

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

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

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

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

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

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