#E39FD0

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

Shades of Plum #E39FD0

Tints of Plum #E39FD0

Color information

#E39FD0 (or 0xE39FD0) is unknown color: approx Plum. HEX triplet: E3, 9F and D0. RGB value is (227,159,208). Sum of RGB (Red+Green+Blue) = 227+159+208=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FD0 is #1C602F. Grayscale: #B8B8B8. Windows color (decimal): -1859632 or 13672419. OLE color: 13672419.

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

Color convert

RGB227159208-
CMYK00.300.080.11
HSL316.76º54.84%75.69%-
HSV(B)316.76º29.96%89.02%-
XYZ55.4645.6865.57-
YUV184.92141.03158.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=38.22%
G=26.77%
B=35.02%

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
Decimal22715920800.300.080.11316.7654.8475.69
HexE39FD001E8B13d374c
Octal343237320036101347567114
Binary111000111001111111010000011110100010111001111011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FD0; }

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

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

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

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

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

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

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

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