#E7ABEC

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

Shades of Plum #E7ABEC

Tints of Plum #E7ABEC

Color information

#E7ABEC (or 0xE7ABEC) is unknown color: approx Plum. HEX triplet: E7, AB and EC. RGB value is (231,171,236). Sum of RGB (Red+Green+Blue) = 231+171+236=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABEC is #185413. Grayscale: #C4C4C4. Windows color (decimal): -1594388 or 15510503. OLE color: 15510503.

HSL color Cylindrical-coordinate representation of color #E7ABEC: hue angle of 295.38º degrees, saturation: 0.63, 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 #E7ABEC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231171236-
CMYK0.020.2800.07
HSL295.38º63.11%79.8%-
HSV(B)295.38º27.54%92.55%-
XYZ62.6652.1786.12-
YUV196.35150.38152.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=36.21%
G=26.80%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311712360.020.2800.07295.3863.1179.8
HexE7ABEC21C071273f50
Octal3472533542340744777120
Binary111001111010101111101100101110001111001001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABEC; }

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

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

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

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

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

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

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

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