#E49AD1

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

Shades of Plum #E49AD1

Tints of Plum #E49AD1

Color information

#E49AD1 (or 0xE49AD1) is unknown color: approx Plum. HEX triplet: E4, 9A and D1. RGB value is (228,154,209). Sum of RGB (Red+Green+Blue) = 228+154+209=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49AD1 is #1B652E. Grayscale: #B6B6B6. Windows color (decimal): -1795375 or 13736676. OLE color: 13736676.

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

Color convert

RGB228154209-
CMYK00.320.080.11
HSL315.41º57.81%74.9%-
HSV(B)315.41º32.46%89.41%-
XYZ55.0644.2165.95-
YUV182.4143.02160.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.58%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=38.58%
G=26.06%
B=35.36%

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
Decimal22815420900.320.080.11315.4157.8174.9
HexE49AD10208B13b3a4b
Octal344232321040101347372113
Binary1110010010011010110100010100000100010111001110111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49AD1; }

 p { color: rgb(228,154,209); }

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

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

 a { background-color: rgb(228,154,209); }

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

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

 span { border-color: rgb(228,154,209); }

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