#E58DB8

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

Shades of Shocking #E58DB8

Tints of Shocking #E58DB8

Color information

#E58DB8 (or 0xE58DB8) is unknown color: approx Shocking. HEX triplet: E5, 8D and B8. RGB value is (229,141,184). Sum of RGB (Red+Green+Blue) = 229+141+184=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DB8 is #1A7247. Grayscale: #ACACAC. Windows color (decimal): -1733192 or 12094949. OLE color: 12094949.

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

Color convert

RGB229141184-
CMYK00.380.200.10
HSL330.68º62.86%72.55%-
HSV(B)330.68º38.43%89.8%-
XYZ50.4939.1750.25-
YUV172.21134.65168.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 184 (72.27% from 255) = 33.21%
R=41.34%
G=25.45%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914118400.380.200.10330.6862.8672.55
HexE58DB802614A14b3f49
Octal345215270046241251377111
Binary11100101100011011011100001001101010010101010010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DB8; }

 p { color: rgb(229,141,184); }

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

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

 a { background-color: rgb(229,141,184); }

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

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

 span { border-color: rgb(229,141,184); }

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