#EC9DBA

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

Shades of Shocking #EC9DBA

Tints of Shocking #EC9DBA

Color information

#EC9DBA (or 0xEC9DBA) is unknown color: approx Shocking. HEX triplet: EC, 9D and BA. RGB value is (236,157,186). Sum of RGB (Red+Green+Blue) = 236+157+186=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DBA is #136245. Grayscale: #B7B7B7. Windows color (decimal): -1270342 or 12230124. OLE color: 12230124.

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

Color convert

RGB236157186-
CMYK00.330.210.07
HSL337.97º67.52%77.06%-
HSV(B)337.97º33.47%92.55%-
XYZ55.5145.4952.31-
YUV183.93129.17165.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=40.76%
G=27.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615718600.330.210.07337.9767.5277.06
HexEC9DBA021157152444d
Octal354235272041257522104115
Binary11101100100111011011101001000011010111110101001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DBA; }

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

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

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

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

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

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

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

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