#EC9FCE

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

Shades of Shocking #EC9FCE

Tints of Shocking #EC9FCE

Color information

#EC9FCE (or 0xEC9FCE) is unknown color: approx Shocking. HEX triplet: EC, 9F and CE. RGB value is (236,159,206). Sum of RGB (Red+Green+Blue) = 236+159+206=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FCE is #136031. Grayscale: #BBBBBB. Windows color (decimal): -1269810 or 13541356. OLE color: 13541356.

HSL color Cylindrical-coordinate representation of color #EC9FCE: hue angle of 323.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9FCE is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236159206-
CMYK00.330.130.07
HSL323.38º66.96%77.45%-
HSV(B)323.38º32.63%92.55%-
XYZ58.1347.0964.42-
YUV187.38138.51162.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=39.27%
G=26.46%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615920600.330.130.07323.3866.9677.45
HexEC9FCE021D7143434d
Octal354237316041157503103115
Binary1110110010011111110011100100001110111110100001110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FCE; }

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

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

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

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

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

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

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

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