#E58DC2

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

Shades of Shocking #E58DC2

Tints of Shocking #E58DC2

Color information

#E58DC2 (or 0xE58DC2) is unknown color: approx Shocking. HEX triplet: E5, 8D and C2. RGB value is (229,141,194). Sum of RGB (Red+Green+Blue) = 229+141+194=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DC2 is #1A723D. Grayscale: #ADADAD. Windows color (decimal): -1733182 or 12750309. OLE color: 12750309.

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

Color convert

RGB229141194-
CMYK00.380.150.10
HSL323.86º62.86%72.55%-
HSV(B)323.86º38.43%89.8%-
XYZ51.5839.655.96-
YUV173.35139.65167.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=40.60%
G=25%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914119400.380.150.10323.8662.8672.55
HexE58DC2026FA1443f49
Octal345215302046171250477111
Binary1110010110001101110000100100110111110101010001001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DC2; }

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

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

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

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

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

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

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

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