#E58EDF

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

Shades of Plum #E58EDF

Tints of Plum #E58EDF

Color information

#E58EDF (or 0xE58EDF) is unknown color: approx Plum. HEX triplet: E5, 8E and DF. RGB value is (229,142,223). Sum of RGB (Red+Green+Blue) = 229+142+223=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EDF is #1A7120. Grayscale: #B1B1B1. Windows color (decimal): -1732897 or 14651109. OLE color: 14651109.

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

Color convert

RGB229142223-
CMYK00.380.030.10
HSL304.14º62.59%72.75%-
HSV(B)304.14º37.99%89.8%-
XYZ55.3141.3374.87-
YUV177.25153.82164.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=38.55%
G=23.91%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914222300.380.030.10304.1462.5972.75
HexE58EDF0263A1303f49
Octal34521633704631246077111
Binary11100101100011101101111101001101110101001100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EDF; }

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

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

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

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

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

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

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

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