#E1AAEB

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

Shades of Plum #E1AAEB

Tints of Plum #E1AAEB

Color information

#E1AAEB (or 0xE1AAEB) is unknown color: approx Plum. HEX triplet: E1, AA and EB. RGB value is (225,170,235). Sum of RGB (Red+Green+Blue) = 225+170+235=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAEB is #1E5514. Grayscale: #C1C1C1. Windows color (decimal): -1987861 or 15444705. OLE color: 15444705.

HSL color Cylindrical-coordinate representation of color #E1AAEB: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1AAEB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225170235-
CMYK0.040.2800.08
HSL290.77º61.9%79.41%-
HSV(B)290.77º27.66%92.16%-
XYZ60.4250.7685.21-
YUV193.86151.22150.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=35.71%
G=26.98%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251702350.040.2800.08290.7761.979.41
HexE1AAEB41C081233e4f
Octal34125235343401044376117
Binary11100001101010101110101110011100010001001000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAEB; }

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

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

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

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

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

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

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

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