#EC9CBB

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

Shades of Shocking #EC9CBB

Tints of Shocking #EC9CBB

Color information

#EC9CBB (or 0xEC9CBB) is unknown color: approx Shocking. HEX triplet: EC, 9C and BB. RGB value is (236,156,187). Sum of RGB (Red+Green+Blue) = 236+156+187=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CBB is #136344. Grayscale: #B7B7B7. Windows color (decimal): -1270597 or 12295404. OLE color: 12295404.

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

Color convert

RGB236156187-
CMYK00.340.210.07
HSL336.75º67.8%76.86%-
HSV(B)336.75º33.9%92.55%-
XYZ55.4545.252.82-
YUV183.45130165.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=40.76%
G=26.94%
B=32.30%

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
Decimal23615618700.340.210.07336.7567.876.86
HexEC9CBB022157151444d
Octal354234273042257521104115
Binary11101100100111001011101101000101010111110101000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CBB; }

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

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

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

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

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

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

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

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