#E39FDD

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

Shades of Plum #E39FDD

Tints of Plum #E39FDD

Color information

#E39FDD (or 0xE39FDD) is unknown color: approx Plum. HEX triplet: E3, 9F and DD. RGB value is (227,159,221). Sum of RGB (Red+Green+Blue) = 227+159+221=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDD is #1C6022. Grayscale: #BABABA. Windows color (decimal): -1859619 or 14524387. OLE color: 14524387.

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

Color convert

RGB227159221-
CMYK00.300.030.11
HSL305.29º54.84%75.69%-
HSV(B)305.29º29.96%89.02%-
XYZ57.1346.3574.34-
YUV186.4147.53156.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=37.40%
G=26.19%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715922100.300.030.11305.2954.8475.69
HexE39FDD01E3B131374c
Octal34323733503631346167114
Binary1110001110011111110111010111101110111001100011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FDD; }

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

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

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

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

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

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

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

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