#EC9DBB

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

Shades of Shocking #EC9DBB

Tints of Shocking #EC9DBB

Color information

#EC9DBB (or 0xEC9DBB) is unknown color: approx Shocking. HEX triplet: EC, 9D and BB. RGB value is (236,157,187). Sum of RGB (Red+Green+Blue) = 236+157+187=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DBB is #136244. Grayscale: #B8B8B8. Windows color (decimal): -1270341 or 12295660. OLE color: 12295660.

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

Color convert

RGB236157187-
CMYK00.330.210.07
HSL337.22º67.52%77.06%-
HSV(B)337.22º33.47%92.55%-
XYZ55.6245.5352.87-
YUV184.04129.67165.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=40.69%
G=27.07%
B=32.24%

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
Decimal23615718700.330.210.07337.2267.5277.06
HexEC9DBB021157151444d
Octal354235273041257521104115
Binary11101100100111011011101101000011010111110101000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DBB; }

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

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

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

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

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

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

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

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