#E39FD8

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

Shades of Plum #E39FD8

Tints of Plum #E39FD8

Color information

#E39FD8 (or 0xE39FD8) is unknown color: approx Plum. HEX triplet: E3, 9F and D8. RGB value is (227,159,216). Sum of RGB (Red+Green+Blue) = 227+159+216=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FD8 is #1C6027. Grayscale: #B9B9B9. Windows color (decimal): -1859624 or 14196707. OLE color: 14196707.

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

Color convert

RGB227159216-
CMYK00.300.050.11
HSL309.71º54.84%75.69%-
HSV(B)309.71º29.96%89.02%-
XYZ56.4746.0970.88-
YUV185.83145.03157.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.71%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=37.71%
G=26.41%
B=35.88%

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
Decimal22715921600.300.050.11309.7154.8475.69
HexE39FD801E5B136374c
Octal34323733003651346667114
Binary11100011100111111101100001111010110111001101101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FD8; }

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

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

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

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

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

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

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

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