#E7ABEB

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

Shades of Plum #E7ABEB

Tints of Plum #E7ABEB

Color information

#E7ABEB (or 0xE7ABEB) is unknown color: approx Plum. HEX triplet: E7, AB and EB. RGB value is (231,171,235). Sum of RGB (Red+Green+Blue) = 231+171+235=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABEB is #185414. Grayscale: #C4C4C4. Windows color (decimal): -1594389 or 15444967. OLE color: 15444967.

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

Color convert

RGB231171235-
CMYK0.020.2700.08
HSL296.25º61.54%79.61%-
HSV(B)296.25º27.23%92.16%-
XYZ62.5152.1185.36-
YUV196.24149.88152.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=36.26%
G=26.84%
B=36.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311712350.020.2700.08296.2561.5479.61
HexE7ABEB21B081283e50
Octal34725335323301045076120
Binary1110011110101011111010111011011010001001010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABEB; }

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

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

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

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

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

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

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

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