#EC9FFC

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

Shades of Mauve #EC9FFC

Tints of Mauve #EC9FFC

Color information

#EC9FFC (or 0xEC9FFC) is unknown color: approx Mauve. HEX triplet: EC, 9F and FC. RGB value is (236,159,252). Sum of RGB (Red+Green+Blue) = 236+159+252=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FFC is #136003. Grayscale: #C0C0C0. Windows color (decimal): -1269764 or 16556012. OLE color: 16556012.

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

Color convert

RGB236159252-
CMYK0.060.3700.01
HSL289.68º93.94%80.59%-
HSV(B)289.68º36.9%98.82%-
XYZ64.5649.6698.28-
YUV192.62161.51158.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 159 (62.5% from 255) = 24.57%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=36.48%
G=24.57%
B=38.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361592520.060.3700.01289.6893.9480.59
HexEC9FFC625011225e51
Octal35423737464501442136121
Binary1110110010011111111111001101001010110010001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FFC; }

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

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

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

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

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

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

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

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