#E7ABE6

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

Shades of Plum #E7ABE6

Tints of Plum #E7ABE6

Color information

#E7ABE6 (or 0xE7ABE6) is unknown color: approx Plum. HEX triplet: E7, AB and E6. RGB value is (231,171,230). Sum of RGB (Red+Green+Blue) = 231+171+230=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABE6 is #185419. Grayscale: #C3C3C3. Windows color (decimal): -1594394 or 15117287. OLE color: 15117287.

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

Color convert

RGB231171230-
CMYK00.260.000.09
HSL301º55.56%78.82%-
HSV(B)301º25.97%90.59%-
XYZ61.851.8381.61-
YUV195.67147.38153.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.55%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 230 (90.23% from 255) = 36.39%
R=36.55%
G=27.06%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117123000.260.000.0930155.5678.82
HexE7ABE601A0912d384f
Octal34725334603201145570117
Binary111001111010101111100110011010010011001011011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABE6; }

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

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

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

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

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

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

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

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