#E8A2D9

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

Shades of Plum #E8A2D9

Tints of Plum #E8A2D9

Color information

#E8A2D9 (or 0xE8A2D9) is unknown color: approx Plum. HEX triplet: E8, A2 and D9. RGB value is (232,162,217). Sum of RGB (Red+Green+Blue) = 232+162+217=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A2D9 is #175D26. Grayscale: #BDBDBD. Windows color (decimal): -1531175 or 14263016. OLE color: 14263016.

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

Color convert

RGB232162217-
CMYK00.300.060.09
HSL312.86º60.34%77.25%-
HSV(B)312.86º30.17%90.98%-
XYZ58.7248.0171.82-
YUV189.2143.69158.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=37.97%
G=26.51%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216221700.300.060.09312.8660.3477.25
HexE8A2D901E691393c4d
Octal35024233103661147174115
Binary11101000101000101101100101111011010011001110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A2D9; }

 p { color: rgb(232,162,217); }

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

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

 a { background-color: rgb(232,162,217); }

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

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

 span { border-color: rgb(232,162,217); }

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