#E7AAE3

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

Shades of Plum #E7AAE3

Tints of Plum #E7AAE3

Color information

#E7AAE3 (or 0xE7AAE3) is unknown color: approx Plum. HEX triplet: E7, AA and E3. RGB value is (231,170,227). Sum of RGB (Red+Green+Blue) = 231+170+227=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAE3 is #18551C. Grayscale: #C2C2C2. Windows color (decimal): -1594653 or 14920423. OLE color: 14920423.

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

Color convert

RGB231170227-
CMYK00.260.020.09
HSL303.93º55.96%78.63%-
HSV(B)303.93º26.41%90.59%-
XYZ61.1951.2879.35-
YUV194.74146.21153.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=36.78%
G=27.07%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117022700.260.020.09303.9355.9678.63
HexE7AAE301A29130384f
Octal34725234303221146070117
Binary1110011110101010111000110110101010011001100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAE3; }

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

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

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

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

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

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

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

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