#E7A2DB

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

Shades of Plum #E7A2DB

Tints of Plum #E7A2DB

Color information

#E7A2DB (or 0xE7A2DB) is unknown color: approx Plum. HEX triplet: E7, A2 and DB. RGB value is (231,162,219). Sum of RGB (Red+Green+Blue) = 231+162+219=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2DB is #185D24. Grayscale: #BCBCBC. Windows color (decimal): -1596709 or 14394087. OLE color: 14394087.

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

Color convert

RGB231162219-
CMYK00.300.050.09
HSL310.43º58.97%77.06%-
HSV(B)310.43º29.87%90.59%-
XYZ58.6647.9473.18-
YUV189.13144.86157.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 162 (63.67% from 255) = 26.47%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=37.75%
G=26.47%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116221900.300.050.09310.4358.9777.06
HexE7A2DB01E591363b4d
Octal34724233303651146673115
Binary11100111101000101101101101111010110011001101101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2DB; }

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

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

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

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

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

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

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

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