#EC9DB8

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

Shades of Shocking #EC9DB8

Tints of Shocking #EC9DB8

Color information

#EC9DB8 (or 0xEC9DB8) is unknown color: approx Shocking. HEX triplet: EC, 9D and B8. RGB value is (236,157,184). Sum of RGB (Red+Green+Blue) = 236+157+184=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DB8 is #136247. Grayscale: #B7B7B7. Windows color (decimal): -1270344 or 12099052. OLE color: 12099052.

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

Color convert

RGB236157184-
CMYK00.330.220.07
HSL339.49º67.52%77.06%-
HSV(B)339.49º33.47%92.55%-
XYZ55.345.4151.2-
YUV183.7128.17165.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=40.90%
G=27.21%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615718400.330.220.07339.4967.5277.06
HexEC9DB8021167153444d
Octal354235270041267523104115
Binary11101100100111011011100001000011011011110101001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DB8; }

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

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

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

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

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

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

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

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