#E58DBD

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

Shades of Shocking #E58DBD

Tints of Shocking #E58DBD

Color information

#E58DBD (or 0xE58DBD) is unknown color: approx Shocking. HEX triplet: E5, 8D and BD. RGB value is (229,141,189). Sum of RGB (Red+Green+Blue) = 229+141+189=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DBD is #1A7242. Grayscale: #ACACAC. Windows color (decimal): -1733187 or 12422629. OLE color: 12422629.

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

Color convert

RGB229141189-
CMYK00.380.170.10
HSL327.27º62.86%72.55%-
HSV(B)327.27º38.43%89.8%-
XYZ51.0239.3853.06-
YUV172.78137.15168.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=40.97%
G=25.22%
B=33.81%

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
Decimal22914118900.380.170.10327.2762.8672.55
HexE58DBD02611A1473f49
Octal345215275046211250777111
Binary11100101100011011011110101001101000110101010001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DBD; }

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

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

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

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

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

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

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

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