#EC9CCE

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

Shades of Shocking #EC9CCE

Tints of Shocking #EC9CCE

Color information

#EC9CCE (or 0xEC9CCE) is unknown color: approx Shocking. HEX triplet: EC, 9C and CE. RGB value is (236,156,206). Sum of RGB (Red+Green+Blue) = 236+156+206=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CCE is #136331. Grayscale: #B9B9B9. Windows color (decimal): -1270578 or 13540588. OLE color: 13540588.

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

Color convert

RGB236156206-
CMYK00.340.130.07
HSL322.5º67.8%76.86%-
HSV(B)322.5º33.9%92.55%-
XYZ57.6246.0764.25-
YUV185.62139.5163.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=39.46%
G=26.09%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615620600.340.130.07322.567.876.86
HexEC9CCE022D7142444d
Octal354234316042157502104115
Binary1110110010011100110011100100010110111110100001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CCE; }

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

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

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

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

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

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

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

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