#E48ECC

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

Shades of Shocking #E48ECC

Tints of Shocking #E48ECC

Color information

#E48ECC (or 0xE48ECC) is unknown color: approx Shocking. HEX triplet: E4, 8E and CC. RGB value is (228,142,204). Sum of RGB (Red+Green+Blue) = 228+142+204=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ECC is #1B7133. Grayscale: #AEAEAE. Windows color (decimal): -1798452 or 13405924. OLE color: 13405924.

HSL color Cylindrical-coordinate representation of color #E48ECC: hue angle of 316.74º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48ECC is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228142204-
CMYK00.380.110.11
HSL316.74º61.43%72.55%-
HSV(B)316.74º37.72%89.41%-
XYZ52.5740.262.12-
YUV174.78144.49165.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=39.72%
G=24.74%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814220400.380.110.11316.7461.4372.55
HexE48ECC026BB13d3d49
Octal344216314046131347575111
Binary1110010010001110110011000100110101110111001111011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48ECC; }

 p { color: rgb(228,142,204); }

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

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

 a { background-color: rgb(228,142,204); }

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

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

 span { border-color: rgb(228,142,204); }

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