#E39FD7

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

Shades of Plum #E39FD7

Tints of Plum #E39FD7

Color information

#E39FD7 (or 0xE39FD7) is unknown color: approx Plum. HEX triplet: E3, 9F and D7. RGB value is (227,159,215). Sum of RGB (Red+Green+Blue) = 227+159+215=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FD7 is #1C6028. Grayscale: #B9B9B9. Windows color (decimal): -1859625 or 14131171. OLE color: 14131171.

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

Color convert

RGB227159215-
CMYK00.300.050.11
HSL310.59º54.84%75.69%-
HSV(B)310.59º29.96%89.02%-
XYZ56.3446.0370.21-
YUV185.72144.53157.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.77%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=37.77%
G=26.46%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715921500.300.050.11310.5954.8475.69
HexE39FD701E5B137374c
Octal34323732703651346767114
Binary11100011100111111101011101111010110111001101111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FD7; }

 p { color: rgb(227,159,215); }

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

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

 a { background-color: rgb(227,159,215); }

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

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

 span { border-color: rgb(227,159,215); }

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