#E39EDE

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

Shades of Plum #E39EDE

Tints of Plum #E39EDE

Color information

#E39EDE (or 0xE39EDE) is unknown color: approx Plum. HEX triplet: E3, 9E and DE. RGB value is (227,158,222). Sum of RGB (Red+Green+Blue) = 227+158+222=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E39EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39EDE is #1C6121. Grayscale: #B9B9B9. Windows color (decimal): -1859874 or 14589667. OLE color: 14589667.

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

Color convert

RGB227158222-
CMYK00.300.020.11
HSL304.35º55.2%75.49%-
HSV(B)304.35º30.4%89.02%-
XYZ57.0946.0674.99-
YUV185.93148.36157.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=37.40%
G=26.03%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715822200.300.020.11304.3555.275.49
HexE39EDE01E2B130374b
Octal34323633603621346067113
Binary1110001110011110110111100111101010111001100001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39EDE; }

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

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

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

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

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

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

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

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