Shades of Plum #E2A2DD
Tints of Plum #E2A2DD
RGB
CMYK
RGB Variations
Color information
#E2A2DD (or 0xE2A2DD) is known color: Plum. HEX triplet: E2, A2 and DD. RGB value is (226,162,221). Sum of RGB (Red+Green+Blue) = 226+162+221=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A2DD is #1D5D22. Grayscale: #BBBBBB. Windows color (decimal): -1924387 or 14525154. OLE color: 14525154.
HSL color Cylindrical-coordinate representation of color #E2A2DD: hue angle of 304.69º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2A2DD is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 221 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.11 |
| HSL | 304.69º | 0.52% | 0.76% | - |
| HSV(B) | 304.69º | 0.28% | 0.89% | - |
| XYZ | 57.34 | 47.23 | 74.5 | - |
| YUV | 187.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 221 | 0 | 0.28 | 0.02 | 0.11 | 304.69 | 0.52 | 0.76 |
| Hex | E2 | A2 | DD | 0 | 1C | 2 | B | 131 | 34 | 4C |
| Octal | 342 | 242 | 335 | 0 | 34 | 2 | 13 | 461 | 64 | 114 |
| Binary | 11100010 | 10100010 | 11011101 | 0 | 11100 | 10 | 1011 | 100110001 | 110100 | 1001100 |
Color Harmonies of #E2A2DD
Complementary color
Monochromatic Colors of #E2A2DD
Black with #E2A2DD
Text Example
Text Example
White with #E2A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A2DD; }
p { color: rgb(226,162,221); }
H1.HeaderClassName
{
color: #E2A2DD;
}
.AnyTagClassName
{
color: #E2A2DD;
}
</style>
background-color css
<style>
a { background-color: #E2A2DD; }
a { background-color: rgb(226,162,221); }
div.DivClassName
{
background-color: #E2A2DD;
}
.BgClassName
{
background-color: #E2A2DD;
}
</style>
border-color css
<style>
span { border-color: #E2A2DD; }
span { border-color: rgb(226,162,221); }
td.TdClassName
{
border-color: #E2A2DD;
}
.TagClassName
{
border-color: #E2A2DD;
}
</style>