#E39BD9

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

Shades of Plum #E39BD9

Tints of Plum #E39BD9

Color information

#E39BD9 (or 0xE39BD9) is unknown color: approx Plum. HEX triplet: E3, 9B and D9. RGB value is (227,155,217). Sum of RGB (Red+Green+Blue) = 227+155+217=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD9 is #1C6426. Grayscale: #B7B7B7. Windows color (decimal): -1860647 or 14261219. OLE color: 14261219.

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

Color convert

RGB227155217-
CMYK00.320.040.11
HSL308.33º56.25%74.9%-
HSV(B)308.33º31.72%89.02%-
XYZ55.9244.7871.34-
YUV183.6146.85158.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.90%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=37.90%
G=25.88%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715521700.320.040.11308.3356.2574.9
HexE39BD90204B134384b
Octal34323333104041346470113
Binary111000111001101111011001010000010010111001101001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BD9; }

 p { color: rgb(227,155,217); }

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

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

 a { background-color: rgb(227,155,217); }

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

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

 span { border-color: rgb(227,155,217); }

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