#E0AAEB

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

Shades of Plum #E0AAEB

Tints of Plum #E0AAEB

Color information

#E0AAEB (or 0xE0AAEB) is unknown color: approx Plum. HEX triplet: E0, AA and EB. RGB value is (224,170,235). Sum of RGB (Red+Green+Blue) = 224+170+235=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAEB is #1F5514. Grayscale: #C1C1C1. Windows color (decimal): -2053397 or 15444704. OLE color: 15444704.

HSL color Cylindrical-coordinate representation of color #E0AAEB: hue angle of 289.85º 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 #E0AAEB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224170235-
CMYK0.050.2800.08
HSL289.85º61.9%79.41%-
HSV(B)289.85º27.66%92.16%-
XYZ60.1150.5985.19-
YUV193.56151.39149.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=35.61%
G=27.03%
B=37.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241702350.050.2800.08289.8561.979.41
HexE0AAEB51C081223e4f
Octal34025235353401044276117
Binary11100000101010101110101110111100010001001000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAEB; }

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

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

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

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

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

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

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

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