#E1AEEA

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

Shades of Plum #E1AEEA

Tints of Plum #E1AEEA

Color information

#E1AEEA (or 0xE1AEEA) is unknown color: approx Plum. HEX triplet: E1, AE and EA. RGB value is (225,174,234). Sum of RGB (Red+Green+Blue) = 225+174+234=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEEA is #1E5115. Grayscale: #C3C3C3. Windows color (decimal): -1986838 or 15380193. OLE color: 15380193.

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

Color convert

RGB225174234-
CMYK0.040.2600.08
HSL291º58.82%80%-
HSV(B)291º25.64%91.76%-
XYZ61.0452.2284.7-
YUV196.09149.4148.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=35.55%
G=27.49%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251742340.040.2600.0829158.8280
HexE1AEEA41A081233b50
Octal34125635243201044373120
Binary11100001101011101110101010011010010001001000111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEEA; }

 p { color: rgb(225,174,234); }

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

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

 a { background-color: rgb(225,174,234); }

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

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

 span { border-color: rgb(225,174,234); }

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