#EC9CC5

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

Shades of Shocking #EC9CC5

Tints of Shocking #EC9CC5

Color information

#EC9CC5 (or 0xEC9CC5) is unknown color: approx Shocking. HEX triplet: EC, 9C and C5. RGB value is (236,156,197). Sum of RGB (Red+Green+Blue) = 236+156+197=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CC5 is #13633A. Grayscale: #B8B8B8. Windows color (decimal): -1270587 or 12950764. OLE color: 12950764.

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

Color convert

RGB236156197-
CMYK00.340.170.07
HSL329.25º67.8%76.86%-
HSV(B)329.25º33.9%92.55%-
XYZ56.5645.6458.65-
YUV184.59135164.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=40.07%
G=26.49%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615619700.340.170.07329.2567.876.86
HexEC9CC5022117149444d
Octal354234305042217511104115
Binary11101100100111001100010101000101000111110100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CC5; }

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

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

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

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

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

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

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

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