#E1AAE0

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

Shades of Plum #E1AAE0

Tints of Plum #E1AAE0

Color information

#E1AAE0 (or 0xE1AAE0) is unknown color: approx Plum. HEX triplet: E1, AA and E0. RGB value is (225,170,224). Sum of RGB (Red+Green+Blue) = 225+170+224=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAE0 is #1E551F. Grayscale: #C0C0C0. Windows color (decimal): -1987872 or 14723809. OLE color: 14723809.

HSL color Cylindrical-coordinate representation of color #E1AAE0: hue angle of 301.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAE0 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225170224-
CMYK00.240.000.12
HSL301.09º47.83%77.45%-
HSV(B)301.09º24.44%88.24%-
XYZ58.8850.1477.1-
YUV192.6145.72151.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=36.35%
G=27.46%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517022400.240.000.12301.0947.8377.45
HexE1AAE00180C12d304d
Octal34125234003001445560115
Binary111000011010101011100000011000011001001011011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAE0; }

 p { color: rgb(225,170,224); }

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

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

 a { background-color: rgb(225,170,224); }

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

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

 span { border-color: rgb(225,170,224); }

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