#E39FDE

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

Shades of Plum #E39FDE

Tints of Plum #E39FDE

Color information

#E39FDE (or 0xE39FDE) is unknown color: approx Plum. HEX triplet: E3, 9F and DE. RGB value is (227,159,222). Sum of RGB (Red+Green+Blue) = 227+159+222=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDE is #1C6021. Grayscale: #BABABA. Windows color (decimal): -1859618 or 14589923. OLE color: 14589923.

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

Color convert

RGB227159222-
CMYK00.300.020.11
HSL304.41º54.84%75.69%-
HSV(B)304.41º29.96%89.02%-
XYZ57.2646.475.05-
YUV186.51148.03156.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=37.34%
G=26.15%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715922200.300.020.11304.4154.8475.69
HexE39FDE01E2B130374c
Octal34323733603621346067114
Binary1110001110011111110111100111101010111001100001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39FDE; }

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

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

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

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

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

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

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

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