#E1AADC

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

Shades of Plum #E1AADC

Tints of Plum #E1AADC

Color information

#E1AADC (or 0xE1AADC) is unknown color: approx Plum. HEX triplet: E1, AA and DC. RGB value is (225,170,220). Sum of RGB (Red+Green+Blue) = 225+170+220=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AADC is #1E5523. Grayscale: #C0C0C0. Windows color (decimal): -1987876 or 14461665. OLE color: 14461665.

HSL color Cylindrical-coordinate representation of color #E1AADC: hue angle of 305.45º 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 #E1AADC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225170220-
CMYK00.240.020.12
HSL305.45º47.83%77.45%-
HSV(B)305.45º24.44%88.24%-
XYZ58.3449.9274.27-
YUV192.14143.72151.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=36.59%
G=27.64%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517022000.240.020.12305.4547.8377.45
HexE1AADC0182C131304d
Octal34125233403021446160115
Binary1110000110101010110111000110001011001001100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AADC; }

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

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

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

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

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

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

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

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