#E39EDA

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

Shades of Plum #E39EDA

Tints of Plum #E39EDA

Color information

#E39EDA (or 0xE39EDA) is unknown color: approx Plum. HEX triplet: E3, 9E and DA. RGB value is (227,158,218). Sum of RGB (Red+Green+Blue) = 227+158+218=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E39EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39EDA is #1C6125. Grayscale: #B9B9B9. Windows color (decimal): -1859878 or 14327523. OLE color: 14327523.

HSL color Cylindrical-coordinate representation of color #E39EDA: hue angle of 307.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39EDA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB227158218-
CMYK00.300.040.11
HSL307.83º55.2%75.49%-
HSV(B)307.83º30.4%89.02%-
XYZ56.5645.8572.2-
YUV185.47146.36157.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.65%
GREEN value IS 158 (62.11% from 255) = 26.20%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=37.65%
G=26.20%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715821800.300.040.11307.8355.275.49
HexE39EDA01E4B134374b
Octal34323633203641346467113
Binary11100011100111101101101001111010010111001101001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39EDA; }

 p { color: rgb(227,158,218); }

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

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

 a { background-color: rgb(227,158,218); }

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

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

 span { border-color: rgb(227,158,218); }

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