#E7AAE1

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

Shades of Plum #E7AAE1

Tints of Plum #E7AAE1

Color information

#E7AAE1 (or 0xE7AAE1) is unknown color: approx Plum. HEX triplet: E7, AA and E1. RGB value is (231,170,225). Sum of RGB (Red+Green+Blue) = 231+170+225=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE1 is #18551E. Grayscale: #C2C2C2. Windows color (decimal): -1594655 or 14789351. OLE color: 14789351.

HSL color Cylindrical-coordinate representation of color #E7AAE1: hue angle of 305.9º 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 #E7AAE1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231170225-
CMYK00.260.030.09
HSL305.9º55.96%78.63%-
HSV(B)305.9º26.41%90.59%-
XYZ60.9251.1777.9-
YUV194.51145.21154.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.90%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=36.90%
G=27.16%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117022500.260.030.09305.955.9678.63
HexE7AAE101A39132384f
Octal34725234103231146270117
Binary1110011110101010111000010110101110011001100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAE1; }

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

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

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

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

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

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

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

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