#E0AEE1

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

Shades of Plum #E0AEE1

Tints of Plum #E0AEE1

Color information

#E0AEE1 (or 0xE0AEE1) is unknown color: approx Plum. HEX triplet: E0, AE and E1. RGB value is (224,174,225). Sum of RGB (Red+Green+Blue) = 224+174+225=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEE1 is #1F511E. Grayscale: #C2C2C2. Windows color (decimal): -2052383 or 14790368. OLE color: 14790368.

HSL color Cylindrical-coordinate representation of color #E0AEE1: hue angle of 298.82º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0AEE1 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224174225-
CMYK0.000.2300.12
HSL298.82º45.95%78.24%-
HSV(B)298.82º22.67%88.24%-
XYZ59.4751.5678.05-
YUV194.76145.06148.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.96%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=35.96%
G=27.93%
B=36.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241742250.000.2300.12298.8245.9578.24
HexE0AEE10170C12b2e4e
Octal34025634102701445356116
Binary111000001010111011100001010111011001001010111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEE1; }

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

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

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

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

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

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

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

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