#EC9ABB

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

Shades of Shocking #EC9ABB

Tints of Shocking #EC9ABB

Color information

#EC9ABB (or 0xEC9ABB) is unknown color: approx Shocking. HEX triplet: EC, 9A and BB. RGB value is (236,154,187). Sum of RGB (Red+Green+Blue) = 236+154+187=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ABB is #136544. Grayscale: #B6B6B6. Windows color (decimal): -1271109 or 12294892. OLE color: 12294892.

HSL color Cylindrical-coordinate representation of color #EC9ABB: hue angle of 335.85º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9ABB is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236154187-
CMYK00.350.210.07
HSL335.85º68.33%76.47%-
HSV(B)335.85º34.75%92.55%-
XYZ55.1244.5352.7-
YUV182.28130.67166.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=40.90%
G=26.69%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615418700.350.210.07335.8568.3376.47
HexEC9ABB023157150444c
Octal354232273043257520104114
Binary11101100100110101011101101000111010111110101000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ABB; }

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

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

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

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

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

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

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

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