#E58DCA

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

Shades of Shocking #E58DCA

Tints of Shocking #E58DCA

Color information

#E58DCA (or 0xE58DCA) is unknown color: approx Shocking. HEX triplet: E5, 8D and CA. RGB value is (229,141,202). Sum of RGB (Red+Green+Blue) = 229+141+202=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DCA is #1A7235. Grayscale: #AEAEAE. Windows color (decimal): -1733174 or 13274597. OLE color: 13274597.

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

Color convert

RGB229141202-
CMYK00.380.120.10
HSL318.41º62.86%72.55%-
HSV(B)318.41º38.43%89.8%-
XYZ52.539.9760.83-
YUV174.27143.65167.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=40.03%
G=24.65%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914120200.380.120.10318.4162.8672.55
HexE58DCA026CA13e3f49
Octal345215312046141247677111
Binary1110010110001101110010100100110110010101001111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DCA; }

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

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

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

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

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

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

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

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