#EC9DCE

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

Shades of Shocking #EC9DCE

Tints of Shocking #EC9DCE

Color information

#EC9DCE (or 0xEC9DCE) is unknown color: approx Shocking. HEX triplet: EC, 9D and CE. RGB value is (236,157,206). Sum of RGB (Red+Green+Blue) = 236+157+206=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DCE is #136231. Grayscale: #BABABA. Windows color (decimal): -1270322 or 13540844. OLE color: 13540844.

HSL color Cylindrical-coordinate representation of color #EC9DCE: hue angle of 322.78º degrees, saturation: 0.68, 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 #EC9DCE is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236157206-
CMYK00.330.130.07
HSL322.78º67.52%77.06%-
HSV(B)322.78º33.47%92.55%-
XYZ57.7946.464.3-
YUV186.21139.17163.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=39.40%
G=26.21%
B=34.39%

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
Decimal23615720600.330.130.07322.7867.5277.06
HexEC9DCE021D7143444d
Octal354235316041157503104115
Binary1110110010011101110011100100001110111110100001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DCE; }

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

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

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

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

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

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

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

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