#E0AEE9

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

Shades of Plum #E0AEE9

Tints of Plum #E0AEE9

Color information

#E0AEE9 (or 0xE0AEE9) is unknown color: approx Plum. HEX triplet: E0, AE and E9. RGB value is (224,174,233). Sum of RGB (Red+Green+Blue) = 224+174+233=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0AEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEE9 is #1F5116. Grayscale: #C3C3C3. Windows color (decimal): -2052375 or 15314656. OLE color: 15314656.

HSL color Cylindrical-coordinate representation of color #E0AEE9: hue angle of 290.85º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0AEE9 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224174233-
CMYK0.040.2500.09
HSL290.85º57.28%79.8%-
HSV(B)290.85º25.32%91.37%-
XYZ60.585283.94-
YUV195.68149.06148.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=35.50%
G=27.58%
B=36.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241742330.040.2500.09290.8557.2879.8
HexE0AEE9419091233950
Octal34025635143101144371120
Binary11100000101011101110100110011001010011001000111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEE9; }

 p { color: rgb(224,174,233); }

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

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

 a { background-color: rgb(224,174,233); }

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

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

 span { border-color: rgb(224,174,233); }

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