#E8AAF1

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

Shades of Plum #E8AAF1

Tints of Plum #E8AAF1

Color information

#E8AAF1 (or 0xE8AAF1) is unknown color: approx Plum. HEX triplet: E8, AA and F1. RGB value is (232,170,241). Sum of RGB (Red+Green+Blue) = 232+170+241=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAF1 is #17550E. Grayscale: #C4C4C4. Windows color (decimal): -1529103 or 15837928. OLE color: 15837928.

HSL color Cylindrical-coordinate representation of color #E8AAF1: hue angle of 292.39º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8AAF1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232170241-
CMYK0.040.2900.05
HSL292.39º71.72%80.59%-
HSV(B)292.39º29.46%94.51%-
XYZ63.5352.2689.96-
YUV196.63153.04153.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 170 (66.80% from 255) = 26.44%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=36.08%
G=26.44%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321702410.040.2900.05292.3971.7280.59
HexE8AAF141D051244851
Octal35025236143505444110121
Binary11101000101010101111000110011101010110010010010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAF1; }

 p { color: rgb(232,170,241); }

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

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

 a { background-color: rgb(232,170,241); }

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

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

 span { border-color: rgb(232,170,241); }

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