#E58EE0

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

Shades of Plum #E58EE0

Tints of Plum #E58EE0

Color information

#E58EE0 (or 0xE58EE0) is unknown color: approx Plum. HEX triplet: E5, 8E and E0. RGB value is (229,142,224). Sum of RGB (Red+Green+Blue) = 229+142+224=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EE0 is #1A711F. Grayscale: #B1B1B1. Windows color (decimal): -1732896 or 14716645. OLE color: 14716645.

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

Color convert

RGB229142224-
CMYK00.380.020.10
HSL303.45º62.59%72.75%-
HSV(B)303.45º37.99%89.8%-
XYZ55.4441.3975.59-
YUV177.36154.32164.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=38.49%
G=23.87%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914222400.380.020.10303.4562.5972.75
HexE58EE00262A12f3f49
Octal34521634004621245777111
Binary11100101100011101110000001001101010101001011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EE0; }

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

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

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

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

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

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

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

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