Shades of Plum #E0AADB
Tints of Plum #E0AADB
RGB
CMYK
RGB Variations
Color information
#E0AADB (or 0xE0AADB) is known color: Plum. HEX triplet: E0, AA and DB. RGB value is (224,170,219). Sum of RGB (Red+Green+Blue) = 224+170+219=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AADB is #1F5524. Grayscale: #BFBFBF. Windows color (decimal): -2053413 or 14396128. OLE color: 14396128.
HSL color Cylindrical-coordinate representation of color #E0AADB: hue angle of 305.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AADB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 219 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.12 |
| HSL | 305.56º | 0.47% | 0.77% | - |
| HSV(B) | 305.56º | 0.24% | 0.88% | - |
| XYZ | 57.9 | 49.71 | 73.56 | - |
| YUV | 191.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 219 | 0 | 0.24 | 0.02 | 0.12 | 305.56 | 0.47 | 0.77 |
| Hex | E0 | AA | DB | 0 | 18 | 2 | C | 132 | 2F | 4D |
| Octal | 340 | 252 | 333 | 0 | 30 | 2 | 14 | 462 | 57 | 115 |
| Binary | 11100000 | 10101010 | 11011011 | 0 | 11000 | 10 | 1100 | 100110010 | 101111 | 1001101 |
Color Harmonies of #E0AADB
Complementary color
Monochromatic Colors of #E0AADB
Black with #E0AADB
Text Example
Text Example
White with #E0AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AADB; }
p { color: rgb(224,170,219); }
H1.HeaderClassName
{
color: #E0AADB;
}
.AnyTagClassName
{
color: #E0AADB;
}
</style>
background-color css
<style>
a { background-color: #E0AADB; }
a { background-color: rgb(224,170,219); }
div.DivClassName
{
background-color: #E0AADB;
}
.BgClassName
{
background-color: #E0AADB;
}
</style>
border-color css
<style>
span { border-color: #E0AADB; }
span { border-color: rgb(224,170,219); }
td.TdClassName
{
border-color: #E0AADB;
}
.TagClassName
{
border-color: #E0AADB;
}
</style>