#E7ABEA

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

Shades of Plum #E7ABEA

Tints of Plum #E7ABEA

Color information

#E7ABEA (or 0xE7ABEA) is unknown color: approx Plum. HEX triplet: E7, AB and EA. RGB value is (231,171,234). Sum of RGB (Red+Green+Blue) = 231+171+234=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7ABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABEA is #185415. Grayscale: #C3C3C3. Windows color (decimal): -1594390 or 15379431. OLE color: 15379431.

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

Color convert

RGB231171234-
CMYK0.010.2700.08
HSL297.14º60%79.41%-
HSV(B)297.14º26.92%91.76%-
XYZ62.3752.0684.6-
YUV196.12149.38152.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.32%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=36.32%
G=26.89%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311712340.010.2700.08297.146079.41
HexE7ABEA11B081293c4f
Octal34725335213301045174117
Binary111001111010101111101010111011010001001010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABEA; }

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

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

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

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

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

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

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

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