#EC9CFC

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

Shades of Mauve #EC9CFC

Tints of Mauve #EC9CFC

Color information

#EC9CFC (or 0xEC9CFC) is unknown color: approx Mauve. HEX triplet: EC, 9C and FC. RGB value is (236,156,252). Sum of RGB (Red+Green+Blue) = 236+156+252=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CFC is #136303. Grayscale: #BEBEBE. Windows color (decimal): -1270532 or 16555244. OLE color: 16555244.

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

Color convert

RGB236156252-
CMYK0.060.3800.01
HSL290º94.12%80%-
HSV(B)290º38.1%98.82%-
XYZ64.0548.6498.11-
YUV190.86162.5160.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 156 (61.33% from 255) = 24.22%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=36.65%
G=24.22%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361562520.060.3800.0129094.1280
HexEC9CFC626011225e50
Octal35423437464601442136120
Binary1110110010011100111111001101001100110010001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CFC; }

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

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

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

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

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

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

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

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