#E1AAEC

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

Shades of Plum #E1AAEC

Tints of Plum #E1AAEC

Color information

#E1AAEC (or 0xE1AAEC) is unknown color: approx Plum. HEX triplet: E1, AA and EC. RGB value is (225,170,236). Sum of RGB (Red+Green+Blue) = 225+170+236=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAEC is #1E5513. Grayscale: #C1C1C1. Windows color (decimal): -1987860 or 15510241. OLE color: 15510241.

HSL color Cylindrical-coordinate representation of color #E1AAEC: hue angle of 290º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1AAEC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225170236-
CMYK0.050.2800.07
HSL290º63.46%79.61%-
HSV(B)290º27.97%92.55%-
XYZ60.5750.8185.97-
YUV193.97151.72150.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=35.66%
G=26.94%
B=37.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251702360.050.2800.0729063.4679.61
HexE1AAEC51C071223f50
Octal3412523545340744277120
Binary1110000110101010111011001011110001111001000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAEC; }

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

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

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

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

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

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

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

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