Shades of Plum #E2AADD
Tints of Plum #E2AADD
RGB
CMYK
RGB Variations
Color information
#E2AADD (or 0xE2AADD) is known color: Plum. HEX triplet: E2, AA and DD. RGB value is (226,170,221). Sum of RGB (Red+Green+Blue) = 226+170+221=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADD is #1D5522. Grayscale: #C0C0C0. Windows color (decimal): -1922339 or 14527202. OLE color: 14527202.
HSL color Cylindrical-coordinate representation of color #E2AADD: hue angle of 305.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AADD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 221 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.11 |
| HSL | 305.36º | 0.49% | 0.78% | - |
| HSV(B) | 305.36º | 0.25% | 0.89% | - |
| XYZ | 58.79 | 50.14 | 74.99 | - |
| YUV | 192.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 221 | 0 | 0.25 | 0.02 | 0.11 | 305.36 | 0.49 | 0.78 |
| Hex | E2 | AA | DD | 0 | 19 | 2 | B | 131 | 31 | 4E |
| Octal | 342 | 252 | 335 | 0 | 31 | 2 | 13 | 461 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11011101 | 0 | 11001 | 10 | 1011 | 100110001 | 110001 | 1001110 |
Color Harmonies of #E2AADD
Complementary color
Monochromatic Colors of #E2AADD
Black with #E2AADD
Text Example
Text Example
White with #E2AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AADD; }
p { color: rgb(226,170,221); }
H1.HeaderClassName
{
color: #E2AADD;
}
.AnyTagClassName
{
color: #E2AADD;
}
</style>
background-color css
<style>
a { background-color: #E2AADD; }
a { background-color: rgb(226,170,221); }
div.DivClassName
{
background-color: #E2AADD;
}
.BgClassName
{
background-color: #E2AADD;
}
</style>
border-color css
<style>
span { border-color: #E2AADD; }
span { border-color: rgb(226,170,221); }
td.TdClassName
{
border-color: #E2AADD;
}
.TagClassName
{
border-color: #E2AADD;
}
</style>