#EC8AB8

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

Shades of Shocking #EC8AB8

Tints of Shocking #EC8AB8

Color information

#EC8AB8 (or 0xEC8AB8) is unknown color: approx Shocking. HEX triplet: EC, 8A and B8. RGB value is (236,138,184). Sum of RGB (Red+Green+Blue) = 236+138+184=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AB8 is #137547. Grayscale: #ACACAC. Windows color (decimal): -1275208 or 12094188. OLE color: 12094188.

HSL color Cylindrical-coordinate representation of color #EC8AB8: hue angle of 331.84º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AB8 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236138184-
CMYK00.420.220.07
HSL331.84º72.06%73.33%-
HSV(B)331.84º41.53%92.55%-
XYZ52.3339.4750.21-
YUV172.55134.47173.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=42.29%
G=24.73%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613818400.420.220.07331.8472.0673.33
HexEC8AB802A16714c4849
Octal354212270052267514110111
Binary11101100100010101011100001010101011011110100110010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AB8; }

 p { color: rgb(236,138,184); }

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

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

 a { background-color: rgb(236,138,184); }

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

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

 span { border-color: rgb(236,138,184); }

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