#E7AAEE

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

Shades of Plum #E7AAEE

Tints of Plum #E7AAEE

Color information

#E7AAEE (or 0xE7AAEE) is unknown color: approx Plum. HEX triplet: E7, AA and EE. RGB value is (231,170,238). Sum of RGB (Red+Green+Blue) = 231+170+238=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAEE is #185511. Grayscale: #C3C3C3. Windows color (decimal): -1594642 or 15641319. OLE color: 15641319.

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

Color convert

RGB231170238-
CMYK0.030.2900.07
HSL293.82º66.67%80%-
HSV(B)293.82º28.57%93.33%-
XYZ62.7651.9187.6-
YUV195.99151.71152.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=36.15%
G=26.60%
B=37.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311702380.030.2900.07293.8266.6780
HexE7AAEE31D071264350
Octal34725235633507446103120
Binary1110011110101010111011101111101011110010011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAEE; }

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

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

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

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

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

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

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

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