#E7ABE4

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

Shades of Plum #E7ABE4

Tints of Plum #E7ABE4

Color information

#E7ABE4 (or 0xE7ABE4) is unknown color: approx Plum. HEX triplet: E7, AB and E4. RGB value is (231,171,228). Sum of RGB (Red+Green+Blue) = 231+171+228=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABE4 is #18541B. Grayscale: #C3C3C3. Windows color (decimal): -1594396 or 14986215. OLE color: 14986215.

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

Color convert

RGB231171228-
CMYK00.260.010.09
HSL303º55.56%78.82%-
HSV(B)303º25.97%90.59%-
XYZ61.5251.7280.14-
YUV195.44146.38153.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=36.67%
G=27.14%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117122800.260.010.0930355.5678.82
HexE7ABE401A1912f384f
Octal34725334403211145770117
Binary111001111010101111100100011010110011001011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABE4; }

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

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

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

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

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

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

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

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