#E7A0DD

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

Shades of Plum #E7A0DD

Tints of Plum #E7A0DD

Color information

#E7A0DD (or 0xE7A0DD) is unknown color: approx Plum. HEX triplet: E7, A0 and DD. RGB value is (231,160,221). Sum of RGB (Red+Green+Blue) = 231+160+221=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0DD is #185F22. Grayscale: #BCBCBC. Windows color (decimal): -1597219 or 14524647. OLE color: 14524647.

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

Color convert

RGB231160221-
CMYK00.310.040.09
HSL308.45º59.66%76.67%-
HSV(B)308.45º30.74%90.59%-
XYZ58.5847.3574.46-
YUV188.18146.52158.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=37.75%
G=26.14%
B=36.11%

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
Decimal23116022100.310.040.09308.4559.6676.67
HexE7A0DD01F491343c4d
Octal34724033503741146474115
Binary11100111101000001101110101111110010011001101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0DD; }

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

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

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

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

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

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

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

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