#EC8EB8

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

Shades of Shocking #EC8EB8

Tints of Shocking #EC8EB8

Color information

#EC8EB8 (or 0xEC8EB8) is unknown color: approx Shocking. HEX triplet: EC, 8E and B8. RGB value is (236,142,184). Sum of RGB (Red+Green+Blue) = 236+142+184=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EB8 is #137147. Grayscale: #AEAEAE. Windows color (decimal): -1274184 or 12095212. OLE color: 12095212.

HSL color Cylindrical-coordinate representation of color #EC8EB8: hue angle of 333.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8EB8 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236142184-
CMYK00.400.220.07
HSL333.19º71.21%74.12%-
HSV(B)333.19º39.83%92.55%-
XYZ52.9240.6450.4-
YUV174.89133.14171.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=41.99%
G=25.27%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614218400.400.220.07333.1971.2174.12
HexEC8EB802816714d474a
Octal354216270050267515107112
Binary11101100100011101011100001010001011011110100110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EB8; }

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

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

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

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

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

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

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

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