#E0AEE5

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

Shades of Plum #E0AEE5

Tints of Plum #E0AEE5

Color information

#E0AEE5 (or 0xE0AEE5) is unknown color: approx Plum. HEX triplet: E0, AE and E5. RGB value is (224,174,229). Sum of RGB (Red+Green+Blue) = 224+174+229=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEE5 is #1F511A. Grayscale: #C3C3C3. Windows color (decimal): -2052379 or 15052512. OLE color: 15052512.

HSL color Cylindrical-coordinate representation of color #E0AEE5: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AEE5 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224174229-
CMYK0.020.2400.10
HSL294.55º51.4%79.02%-
HSV(B)294.55º24.02%89.8%-
XYZ60.0251.7880.96-
YUV195.22147.06148.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=35.73%
G=27.75%
B=36.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241742290.020.2400.10294.5551.479.02
HexE0AEE52180A127334f
Octal34025634523001244763117
Binary1110000010101110111001011011000010101001001111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEE5; }

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

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

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

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

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

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

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

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