#E7A2DF

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

Shades of Plum #E7A2DF

Tints of Plum #E7A2DF

Color information

#E7A2DF (or 0xE7A2DF) is unknown color: approx Plum. HEX triplet: E7, A2 and DF. RGB value is (231,162,223). Sum of RGB (Red+Green+Blue) = 231+162+223=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2DF is #185D20. Grayscale: #BDBDBD. Windows color (decimal): -1596705 or 14656231. OLE color: 14656231.

HSL color Cylindrical-coordinate representation of color #E7A2DF: hue angle of 306.96º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A2DF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231162223-
CMYK00.300.030.09
HSL306.96º58.97%77.06%-
HSV(B)306.96º29.87%90.59%-
XYZ59.1948.1675.99-
YUV189.58146.86157.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 162 (63.67% from 255) = 26.30%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=37.5%
G=26.30%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116222300.300.030.09306.9658.9777.06
HexE7A2DF01E391333b4d
Octal34724233703631146373115
Binary1110011110100010110111110111101110011001100111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2DF; }

 p { color: rgb(231,162,223); }

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

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

 a { background-color: rgb(231,162,223); }

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

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

 span { border-color: rgb(231,162,223); }

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