#E7A9E1

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

Shades of Plum #E7A9E1

Tints of Plum #E7A9E1

Color information

#E7A9E1 (or 0xE7A9E1) is unknown color: approx Plum. HEX triplet: E7, A9 and E1. RGB value is (231,169,225). Sum of RGB (Red+Green+Blue) = 231+169+225=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9E1 is #18561E. Grayscale: #C1C1C1. Windows color (decimal): -1594911 or 14789095. OLE color: 14789095.

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

Color convert

RGB231169225-
CMYK00.270.030.09
HSL305.81º56.36%78.43%-
HSV(B)305.81º26.84%90.59%-
XYZ60.7350.877.84-
YUV193.92145.54154.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 225 (88.28% from 255) = 36%
R=36.96%
G=27.04%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116922500.270.030.09305.8156.3678.43
HexE7A9E101B39132384e
Octal34725134103331146270116
Binary1110011110101001111000010110111110011001100101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9E1; }

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

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

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

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

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

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

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

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