#EC9CCC

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

Shades of Shocking #EC9CCC

Tints of Shocking #EC9CCC

Color information

#EC9CCC (or 0xEC9CCC) is unknown color: approx Shocking. HEX triplet: EC, 9C and CC. RGB value is (236,156,204). Sum of RGB (Red+Green+Blue) = 236+156+204=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CCC is #136333. Grayscale: #B9B9B9. Windows color (decimal): -1270580 or 13409516. OLE color: 13409516.

HSL color Cylindrical-coordinate representation of color #EC9CCC: hue angle of 324º 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 #EC9CCC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236156204-
CMYK00.340.140.07
HSL324º67.8%76.86%-
HSV(B)324º33.9%92.55%-
XYZ57.3845.9762.98-
YUV185.39138.5164.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=39.60%
G=26.17%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615620400.340.140.0732467.876.86
HexEC9CCC022E7144444d
Octal354234314042167504104115
Binary1110110010011100110011000100010111011110100010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CCC; }

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

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

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

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

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

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

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

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