#E7A0D8

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

Shades of Plum #E7A0D8

Tints of Plum #E7A0D8

Color information

#E7A0D8 (or 0xE7A0D8) is unknown color: approx Plum. HEX triplet: E7, A0 and D8. RGB value is (231,160,216). Sum of RGB (Red+Green+Blue) = 231+160+216=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0D8 is #185F27. Grayscale: #BBBBBB. Windows color (decimal): -1597224 or 14196967. OLE color: 14196967.

HSL color Cylindrical-coordinate representation of color #E7A0D8: hue angle of 312.68º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0D8 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231160216-
CMYK00.310.060.09
HSL312.68º59.66%76.67%-
HSV(B)312.68º30.74%90.59%-
XYZ57.9247.0971-
YUV187.61144.02158.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 160 (62.89% from 255) = 26.36%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=38.06%
G=26.36%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116021600.310.060.09312.6859.6676.67
HexE7A0D801F691393c4d
Octal34724033003761147174115
Binary11100111101000001101100001111111010011001110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0D8; }

 p { color: rgb(231,160,216); }

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

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

 a { background-color: rgb(231,160,216); }

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

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

 span { border-color: rgb(231,160,216); }

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