#E39DE1

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

Shades of Plum #E39DE1

Tints of Plum #E39DE1

Color information

#E39DE1 (or 0xE39DE1) is unknown color: approx Plum. HEX triplet: E3, 9D and E1. RGB value is (227,157,225). Sum of RGB (Red+Green+Blue) = 227+157+225=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DE1 is #1C621E. Grayscale: #B9B9B9. Windows color (decimal): -1860127 or 14786019. OLE color: 14786019.

HSL color Cylindrical-coordinate representation of color #E39DE1: hue angle of 301.71º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E39DE1 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227157225-
CMYK00.310.010.11
HSL301.71º55.56%75.29%-
HSV(B)301.71º30.84%89.02%-
XYZ57.3345.8877.07-
YUV185.68150.19157.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=37.27%
G=25.78%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715722500.310.010.11301.7155.5675.29
HexE39DE101F1B12e384b
Octal34323534103711345670113
Binary111000111001110111100001011111110111001011101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39DE1; }

 p { color: rgb(227,157,225); }

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

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

 a { background-color: rgb(227,157,225); }

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

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

 span { border-color: rgb(227,157,225); }

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