#E58EDB

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

Shades of Plum #E58EDB

Tints of Plum #E58EDB

Color information

#E58EDB (or 0xE58EDB) is unknown color: approx Plum. HEX triplet: E5, 8E and DB. RGB value is (229,142,219). Sum of RGB (Red+Green+Blue) = 229+142+219=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EDB is #1A7124. Grayscale: #B0B0B0. Windows color (decimal): -1732901 or 14388965. OLE color: 14388965.

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

Color convert

RGB229142219-
CMYK00.380.040.10
HSL306.9º62.59%72.75%-
HSV(B)306.9º37.99%89.8%-
XYZ54.7741.1272.07-
YUV176.79151.82165.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=38.81%
G=24.07%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914221900.380.040.10306.962.5972.75
HexE58EDB0264A1333f49
Octal34521633304641246377111
Binary111001011000111011011011010011010010101001100111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EDB; }

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

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

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

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

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

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

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

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