#E39AD0

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

Shades of Plum #E39AD0

Tints of Plum #E39AD0

Color information

#E39AD0 (or 0xE39AD0) is unknown color: approx Plum. HEX triplet: E3, 9A and D0. RGB value is (227,154,208). Sum of RGB (Red+Green+Blue) = 227+154+208=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E39AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39AD0 is #1C652F. Grayscale: #B5B5B5. Windows color (decimal): -1860912 or 13671139. OLE color: 13671139.

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

Color convert

RGB227154208-
CMYK00.320.080.11
HSL315.62º56.59%74.71%-
HSV(B)315.62º32.16%89.02%-
XYZ54.624465.29-
YUV181.98142.68160.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=38.54%
G=26.15%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715420800.320.080.11315.6256.5974.71
HexE39AD00208B13c394b
Octal343232320040101347471113
Binary1110001110011010110100000100000100010111001111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39AD0; }

 p { color: rgb(227,154,208); }

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

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

 a { background-color: rgb(227,154,208); }

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

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

 span { border-color: rgb(227,154,208); }

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