#E39EDF

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

Shades of Plum #E39EDF

Tints of Plum #E39EDF

Color information

#E39EDF (or 0xE39EDF) is unknown color: approx Plum. HEX triplet: E3, 9E and DF. RGB value is (227,158,223). Sum of RGB (Red+Green+Blue) = 227+158+223=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E39EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39EDF is #1C6120. Grayscale: #B9B9B9. Windows color (decimal): -1859873 or 14655203. OLE color: 14655203.

HSL color Cylindrical-coordinate representation of color #E39EDF: hue angle of 303.48º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39EDF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227158223-
CMYK00.300.020.11
HSL303.48º55.2%75.49%-
HSV(B)303.48º30.4%89.02%-
XYZ57.2246.1175.7-
YUV186.04148.86157.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.34%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=37.34%
G=25.99%
B=36.68%

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
Decimal22715822300.300.020.11303.4855.275.49
HexE39EDF01E2B12f374b
Octal34323633703621345767113
Binary1110001110011110110111110111101010111001011111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39EDF; }

 p { color: rgb(227,158,223); }

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

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

 a { background-color: rgb(227,158,223); }

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

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

 span { border-color: rgb(227,158,223); }

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