#E39FDA

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

Shades of Plum #E39FDA

Tints of Plum #E39FDA

Color information

#E39FDA (or 0xE39FDA) is unknown color: approx Plum. HEX triplet: E3, 9F and DA. RGB value is (227,159,218). Sum of RGB (Red+Green+Blue) = 227+159+218=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDA is #1C6025. Grayscale: #B9B9B9. Windows color (decimal): -1859622 or 14327779. OLE color: 14327779.

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

Color convert

RGB227159218-
CMYK00.300.040.11
HSL307.94º54.84%75.69%-
HSV(B)307.94º29.96%89.02%-
XYZ56.7346.1972.25-
YUV186.06146.03157.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.58%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=37.58%
G=26.32%
B=36.09%

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
Decimal22715921800.300.040.11307.9454.8475.69
HexE39FDA01E4B134374c
Octal34323733203641346467114
Binary11100011100111111101101001111010010111001101001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FDA; }

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

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

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

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

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

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

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

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