#E8AAE7

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

Shades of Plum #E8AAE7

Tints of Plum #E8AAE7

Color information

#E8AAE7 (or 0xE8AAE7) is unknown color: approx Plum. HEX triplet: E8, AA and E7. RGB value is (232,170,231). Sum of RGB (Red+Green+Blue) = 232+170+231=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAE7 is #175518. Grayscale: #C3C3C3. Windows color (decimal): -1529113 or 15182568. OLE color: 15182568.

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

Color convert

RGB232170231-
CMYK00.270.000.09
HSL300.97º57.41%78.82%-
HSV(B)300.97º26.72%90.98%-
XYZ62.0851.6782.3-
YUV195.49148.04154.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.65%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 231 (90.62% from 255) = 36.49%
R=36.65%
G=26.86%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217023100.270.000.09300.9757.4178.82
HexE8AAE701B0912d394f
Octal35025234703301145571117
Binary111010001010101011100111011011010011001011011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAE7; }

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

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

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

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

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

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

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

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