#E39DE6

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

Shades of Plum #E39DE6

Tints of Plum #E39DE6

Color information

#E39DE6 (or 0xE39DE6) is unknown color: approx Plum. HEX triplet: E3, 9D and E6. RGB value is (227,157,230). Sum of RGB (Red+Green+Blue) = 227+157+230=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #E39DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39DE6 is #1C6219. Grayscale: #BABABA. Windows color (decimal): -1860122 or 15113699. OLE color: 15113699.

HSL color Cylindrical-coordinate representation of color #E39DE6: hue angle of 297.53º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39DE6 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227157230-
CMYK0.010.3200.10
HSL297.53º59.35%75.88%-
HSV(B)297.53º31.74%90.2%-
XYZ58.0246.1680.71-
YUV186.25152.69157.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.97%
GREEN value IS 157 (61.72% from 255) = 25.57%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=36.97%
G=25.57%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271572300.010.3200.10297.5359.3575.88
HexE39DE61200A12a3b4c
Octal34323534614001245273114
Binary1110001110011101111001101100000010101001010101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39DE6; }

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

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

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

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

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

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

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

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