#E7ABE2

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

Shades of Plum #E7ABE2

Tints of Plum #E7ABE2

Color information

#E7ABE2 (or 0xE7ABE2) is unknown color: approx Plum. HEX triplet: E7, AB and E2. RGB value is (231,171,226). Sum of RGB (Red+Green+Blue) = 231+171+226=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABE2 is #18541D. Grayscale: #C3C3C3. Windows color (decimal): -1594398 or 14855143. OLE color: 14855143.

HSL color Cylindrical-coordinate representation of color #E7ABE2: hue angle of 305º 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 #E7ABE2 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231171226-
CMYK00.260.020.09
HSL305º55.56%78.82%-
HSV(B)305º25.97%90.59%-
XYZ61.2551.6178.68-
YUV195.21145.38153.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=36.78%
G=27.23%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117122600.260.020.0930555.5678.82
HexE7ABE201A29131384f
Octal34725334203221146170117
Binary1110011110101011111000100110101010011001100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABE2; }

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

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

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

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

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

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

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

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