#E59DEF

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

Shades of Plum #E59DEF

Tints of Plum #E59DEF

Color information

#E59DEF (or 0xE59DEF) is unknown color: approx Plum. HEX triplet: E5, 9D and EF. RGB value is (229,157,239). Sum of RGB (Red+Green+Blue) = 229+157+239=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #E59DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59DEF is #1A6210. Grayscale: #BBBBBB. Windows color (decimal): -1729041 or 15703525. OLE color: 15703525.

HSL color Cylindrical-coordinate representation of color #E59DEF: hue angle of 292.68º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59DEF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229157239-
CMYK0.040.3400.06
HSL292.68º71.93%77.65%-
HSV(B)292.68º34.31%93.73%-
XYZ59.954787.57-
YUV187.88156.85157.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=36.64%
G=25.12%
B=38.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291572390.040.3400.06292.6871.9377.65
HexE59DEF42206125484e
Octal34523535744206445110116
Binary111001011001110111101111100100010011010010010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DEF; }

 p { color: rgb(229,157,239); }

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

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

 a { background-color: rgb(229,157,239); }

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

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

 span { border-color: rgb(229,157,239); }

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