#E58EBD

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

Shades of Shocking #E58EBD

Tints of Shocking #E58EBD

Color information

#E58EBD (or 0xE58EBD) is unknown color: approx Shocking. HEX triplet: E5, 8E and BD. RGB value is (229,142,189). Sum of RGB (Red+Green+Blue) = 229+142+189=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EBD is #1A7142. Grayscale: #ADADAD. Windows color (decimal): -1732931 or 12422885. OLE color: 12422885.

HSL color Cylindrical-coordinate representation of color #E58EBD: hue angle of 327.59º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58EBD is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229142189-
CMYK00.380.170.10
HSL327.59º62.59%72.75%-
HSV(B)327.59º37.99%89.8%-
XYZ51.1739.6853.11-
YUV173.37136.82167.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=40.89%
G=25.36%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914218900.380.170.10327.5962.5972.75
HexE58EBD02611A1483f49
Octal345216275046211251077111
Binary11100101100011101011110101001101000110101010010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EBD; }

 p { color: rgb(229,142,189); }

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

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

 a { background-color: rgb(229,142,189); }

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

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

 span { border-color: rgb(229,142,189); }

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