#EC9CFF

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

Shades of Mauve #EC9CFF

Tints of Mauve #EC9CFF

Color information

#EC9CFF (or 0xEC9CFF) is unknown color: approx Mauve. HEX triplet: EC, 9C and FF. RGB value is (236,156,255). Sum of RGB (Red+Green+Blue) = 236+156+255=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CFF is #136300. Grayscale: #BEBEBE. Windows color (decimal): -1270529 or 16751852. OLE color: 16751852.

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

Color convert

RGB236156255-
CMYK0.070.3900
HSL288.48º100%80.59%-
HSV(B)288.48º38.82%100%-
XYZ64.5348.83100.63-
YUV191.21164159.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 156 (61.33% from 255) = 24.11%
BLUE value IS 255 (100% from 255) = 39.41%
R=36.48%
G=24.11%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361562550.070.3900288.4810080.59
HexEC9CFF727001206451
Octal35423437774700440144121
Binary1110110010011100111111111111001110010010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CFF; }

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

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

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

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

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

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

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

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