#E7ABF0

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

Shades of Plum #E7ABF0

Tints of Plum #E7ABF0

Color information

#E7ABF0 (or 0xE7ABF0) is unknown color: approx Plum. HEX triplet: E7, AB and F0. RGB value is (231,171,240). Sum of RGB (Red+Green+Blue) = 231+171+240=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABF0 is #18540F. Grayscale: #C4C4C4. Windows color (decimal): -1594384 or 15772647. OLE color: 15772647.

HSL color Cylindrical-coordinate representation of color #E7ABF0: hue angle of 292.17º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7ABF0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231171240-
CMYK0.040.2900.06
HSL292.17º69.7%80.59%-
HSV(B)292.17º28.75%94.12%-
XYZ63.2552.4189.22-
YUV196.81152.38152.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 240 (94.14% from 255) = 37.38%
R=35.98%
G=26.64%
B=37.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311712400.040.2900.06292.1769.780.59
HexE7ABF041D061244651
Octal34725336043506444106121
Binary11100111101010111111000010011101011010010010010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABF0; }

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

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

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

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

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

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

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

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