#E39AD5

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

Shades of Plum #E39AD5

Tints of Plum #E39AD5

Color information

#E39AD5 (or 0xE39AD5) is unknown color: approx Plum. HEX triplet: E3, 9A and D5. RGB value is (227,154,213). Sum of RGB (Red+Green+Blue) = 227+154+213=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E39AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39AD5 is #1C652A. Grayscale: #B6B6B6. Windows color (decimal): -1860907 or 13998819. OLE color: 13998819.

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

Color convert

RGB227154213-
CMYK00.320.060.11
HSL311.51º56.59%74.71%-
HSV(B)311.51º32.16%89.02%-
XYZ55.2444.2568.58-
YUV182.55145.18159.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=38.22%
G=25.93%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715421300.320.060.11311.5156.5974.71
HexE39AD50206B138394b
Octal34323232504061347071113
Binary111000111001101011010101010000011010111001110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39AD5; }

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

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

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

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

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

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

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

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