#E8AAEF

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

Shades of Plum #E8AAEF

Tints of Plum #E8AAEF

Color information

#E8AAEF (or 0xE8AAEF) is unknown color: approx Plum. HEX triplet: E8, AA and EF. RGB value is (232,170,239). Sum of RGB (Red+Green+Blue) = 232+170+239=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8AAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAEF is #175510. Grayscale: #C4C4C4. Windows color (decimal): -1529105 or 15706856. OLE color: 15706856.

HSL color Cylindrical-coordinate representation of color #E8AAEF: hue angle of 293.91º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8AAEF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232170239-
CMYK0.030.2900.06
HSL293.91º68.32%80.2%-
HSV(B)293.91º28.87%93.73%-
XYZ63.2352.1488.39-
YUV196.4152.04153.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=36.19%
G=26.52%
B=37.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321702390.030.2900.06293.9168.3280.2
HexE8AAEF31D061264450
Octal35025235733506446104120
Binary1110100010101010111011111111101011010010011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAEF; }

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

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

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

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

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

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

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

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