#EC9ABC

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

Shades of Shocking #EC9ABC

Tints of Shocking #EC9ABC

Color information

#EC9ABC (or 0xEC9ABC) is unknown color: approx Shocking. HEX triplet: EC, 9A and BC. RGB value is (236,154,188). Sum of RGB (Red+Green+Blue) = 236+154+188=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ABC is #136543. Grayscale: #B6B6B6. Windows color (decimal): -1271108 or 12360428. OLE color: 12360428.

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

Color convert

RGB236154188-
CMYK00.350.200.07
HSL335.12º68.33%76.47%-
HSV(B)335.12º34.75%92.55%-
XYZ55.2244.5753.27-
YUV182.39131.17166.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=40.83%
G=26.64%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615418800.350.200.07335.1268.3376.47
HexEC9ABC02314714f444c
Octal354232274043247517104114
Binary11101100100110101011110001000111010011110100111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ABC; }

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

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

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

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

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

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

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

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