#E7AAE5

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

Shades of Plum #E7AAE5

Tints of Plum #E7AAE5

Color information

#E7AAE5 (or 0xE7AAE5) is unknown color: approx Plum. HEX triplet: E7, AA and E5. RGB value is (231,170,229). Sum of RGB (Red+Green+Blue) = 231+170+229=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE5 is #18551A. Grayscale: #C2C2C2. Windows color (decimal): -1594651 or 15051495. OLE color: 15051495.

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

Color convert

RGB231170229-
CMYK00.260.010.09
HSL301.97º55.96%78.63%-
HSV(B)301.97º26.41%90.59%-
XYZ61.4751.480.81-
YUV194.96147.21153.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 229 (89.84% from 255) = 36.35%
R=36.67%
G=26.98%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117022900.260.010.09301.9755.9678.63
HexE7AAE501A1912e384f
Octal34725234503211145670117
Binary111001111010101011100101011010110011001011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAE5; }

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

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

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

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

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

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

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

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