#E7A9E5

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

Shades of Plum #E7A9E5

Tints of Plum #E7A9E5

Color information

#E7A9E5 (or 0xE7A9E5) is unknown color: approx Plum. HEX triplet: E7, A9 and E5. RGB value is (231,169,229). Sum of RGB (Red+Green+Blue) = 231+169+229=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9E5 is #18561A. Grayscale: #C2C2C2. Windows color (decimal): -1594907 or 15051239. OLE color: 15051239.

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

Color convert

RGB231169229-
CMYK00.270.010.09
HSL301.94º56.36%78.43%-
HSV(B)301.94º26.84%90.59%-
XYZ61.2951.0280.75-
YUV194.38147.54154.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.72%
GREEN value IS 169 (66.41% from 255) = 26.87%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=36.72%
G=26.87%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116922900.270.010.09301.9456.3678.43
HexE7A9E501B1912e384e
Octal34725134503311145670116
Binary111001111010100111100101011011110011001011101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9E5; }

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

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

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

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

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

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

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

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