#E7ABED

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

Shades of Plum #E7ABED

Tints of Plum #E7ABED

Color information

#E7ABED (or 0xE7ABED) is unknown color: approx Plum. HEX triplet: E7, AB and ED. RGB value is (231,171,237). Sum of RGB (Red+Green+Blue) = 231+171+237=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7ABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABED is #185412. Grayscale: #C4C4C4. Windows color (decimal): -1594387 or 15576039. OLE color: 15576039.

HSL color Cylindrical-coordinate representation of color #E7ABED: hue angle of 294.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7ABED is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231171237-
CMYK0.030.2800.07
HSL294.55º64.71%80%-
HSV(B)294.55º27.85%92.94%-
XYZ62.852.2386.89-
YUV196.46150.88152.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=36.15%
G=26.76%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311712370.030.2800.07294.5564.7180
HexE7ABED31C071274150
Octal34725335533407447101120
Binary1110011110101011111011011111100011110010011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABED; }

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

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

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

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

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

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

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

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