#EC9CBA

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

Shades of Shocking #EC9CBA

Tints of Shocking #EC9CBA

Color information

#EC9CBA (or 0xEC9CBA) is unknown color: approx Shocking. HEX triplet: EC, 9C and BA. RGB value is (236,156,186). Sum of RGB (Red+Green+Blue) = 236+156+186=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CBA is #136345. Grayscale: #B7B7B7. Windows color (decimal): -1270598 or 12229868. OLE color: 12229868.

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

Color convert

RGB236156186-
CMYK00.340.210.07
HSL337.5º67.8%76.86%-
HSV(B)337.5º33.9%92.55%-
XYZ55.3445.1552.25-
YUV183.34129.5165.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=40.83%
G=26.99%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615618600.340.210.07337.567.876.86
HexEC9CBA022157152444d
Octal354234272042257522104115
Binary11101100100111001011101001000101010111110101001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CBA; }

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

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

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

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

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

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

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

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