#E7A9EE

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

Shades of Plum #E7A9EE

Tints of Plum #E7A9EE

Color information

#E7A9EE (or 0xE7A9EE) is unknown color: approx Plum. HEX triplet: E7, A9 and EE. RGB value is (231,169,238). Sum of RGB (Red+Green+Blue) = 231+169+238=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7A9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A9EE is #185611. Grayscale: #C3C3C3. Windows color (decimal): -1594898 or 15641063. OLE color: 15641063.

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

Color convert

RGB231169238-
CMYK0.030.2900.07
HSL293.91º66.99%79.8%-
HSV(B)293.91º28.99%93.33%-
XYZ62.5851.5487.54-
YUV195.4152.04153.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=36.21%
G=26.49%
B=37.30%

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
Decimal2311692380.030.2900.07293.9166.9979.8
HexE7A9EE31D071264350
Octal34725135633507446103120
Binary1110011110101001111011101111101011110010011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9EE; }

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

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

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

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

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

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

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

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