#E0A3D9

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

Shades of Plum #E0A3D9

Tints of Plum #E0A3D9

Color information

#E0A3D9 (or 0xE0A3D9) is unknown color: approx Plum. HEX triplet: E0, A3 and D9. RGB value is (224,163,217). Sum of RGB (Red+Green+Blue) = 224+163+217=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A3D9 is #1F5C26. Grayscale: #BBBBBB. Windows color (decimal): -2055207 or 14263264. OLE color: 14263264.

HSL color Cylindrical-coordinate representation of color #E0A3D9: hue angle of 306.89º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A3D9 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224163217-
CMYK00.270.030.12
HSL306.89º49.59%75.88%-
HSV(B)306.89º27.23%87.84%-
XYZ56.3647.0571.76-
YUV187.4144.71154.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=37.09%
G=26.99%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416321700.270.030.12306.8949.5975.88
HexE0A3D901B3C133324c
Octal34024333103331446362114
Binary1110000010100011110110010110111111001001100111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A3D9; }

 p { color: rgb(224,163,217); }

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

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

 a { background-color: rgb(224,163,217); }

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

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

 span { border-color: rgb(224,163,217); }

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