#E0A1D8

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

Shades of Plum #E0A1D8

Tints of Plum #E0A1D8

Color information

#E0A1D8 (or 0xE0A1D8) is unknown color: approx Plum. HEX triplet: E0, A1 and D8. RGB value is (224,161,216). Sum of RGB (Red+Green+Blue) = 224+161+216=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A1D8 is #1F5E27. Grayscale: #B9B9B9. Windows color (decimal): -2055720 or 14197216. OLE color: 14197216.

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

Color convert

RGB224161216-
CMYK00.280.040.12
HSL307.62º50.4%75.49%-
HSV(B)307.62º28.12%87.84%-
XYZ55.8846.2970.96-
YUV186.11144.87155.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=37.27%
G=26.79%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416121600.280.040.12307.6250.475.49
HexE0A1D801C4C134324b
Octal34024133003441446462113
Binary11100000101000011101100001110010011001001101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A1D8; }

 p { color: rgb(224,161,216); }

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

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

 a { background-color: rgb(224,161,216); }

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

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

 span { border-color: rgb(224,161,216); }

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