#E7A0DE

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

Shades of Plum #E7A0DE

Tints of Plum #E7A0DE

Color information

#E7A0DE (or 0xE7A0DE) is unknown color: approx Plum. HEX triplet: E7, A0 and DE. RGB value is (231,160,222). Sum of RGB (Red+Green+Blue) = 231+160+222=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0DE is #185F21. Grayscale: #BCBCBC. Windows color (decimal): -1597218 or 14590183. OLE color: 14590183.

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

Color convert

RGB231160222-
CMYK00.310.040.09
HSL307.61º59.66%76.67%-
HSV(B)307.61º30.74%90.59%-
XYZ58.7147.475.16-
YUV188.3147.02158.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=37.68%
G=26.10%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116022200.310.040.09307.6159.6676.67
HexE7A0DE01F491343c4d
Octal34724033603741146474115
Binary11100111101000001101111001111110010011001101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0DE; }

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

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

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

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

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

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

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

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