#E39FD1

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

Shades of Plum #E39FD1

Tints of Plum #E39FD1

Color information

#E39FD1 (or 0xE39FD1) is unknown color: approx Plum. HEX triplet: E3, 9F and D1. RGB value is (227,159,209). Sum of RGB (Red+Green+Blue) = 227+159+209=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FD1 is #1C602E. Grayscale: #B8B8B8. Windows color (decimal): -1859631 or 13737955. OLE color: 13737955.

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

Color convert

RGB227159209-
CMYK00.300.080.11
HSL315.88º54.84%75.69%-
HSV(B)315.88º29.96%89.02%-
XYZ55.5945.7366.22-
YUV185.03141.53157.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.15%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=38.15%
G=26.72%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715920900.300.080.11315.8854.8475.69
HexE39FD101E8B13c374c
Octal343237321036101347467114
Binary111000111001111111010001011110100010111001111001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FD1; }

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

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

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

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

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

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

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

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