#E7A9EA

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

Shades of Plum #E7A9EA

Tints of Plum #E7A9EA

Color information

#E7A9EA (or 0xE7A9EA) is unknown color: approx Plum. HEX triplet: E7, A9 and EA. RGB value is (231,169,234). Sum of RGB (Red+Green+Blue) = 231+169+234=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7A9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A9EA is #185615. Grayscale: #C2C2C2. Windows color (decimal): -1594902 or 15378919. OLE color: 15378919.

HSL color Cylindrical-coordinate representation of color #E7A9EA: hue angle of 297.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A9EA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231169234-
CMYK0.010.2800.08
HSL297.23º60.75%79.02%-
HSV(B)297.23º27.78%91.76%-
XYZ61.9951.3184.48-
YUV194.95150.04153.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 169 (66.41% from 255) = 26.66%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=36.44%
G=26.66%
B=36.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311692340.010.2800.08297.2360.7579.02
HexE7A9EA11C081293d4f
Octal34725135213401045175117
Binary111001111010100111101010111100010001001010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9EA; }

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

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

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

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

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

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

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

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