Shades of Plum #E291DD
Tints of Plum #E291DD
RGB
CMYK
RGB Variations
Color information
#E291DD (or 0xE291DD) is known color: Plum. HEX triplet: E2, 91 and DD. RGB value is (226,145,221). Sum of RGB (Red+Green+Blue) = 226+145+221=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DD is #1D6E22. Grayscale: #B1B1B1. Windows color (decimal): -1928739 or 14520802. OLE color: 14520802.
HSL color Cylindrical-coordinate representation of color #E291DD: hue angle of 303.7º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E291DD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 221 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.11 |
| HSL | 303.7º | 0.58% | 0.73% | - |
| HSV(B) | 303.7º | 0.36% | 0.89% | - |
| XYZ | 54.54 | 41.64 | 73.57 | - |
| YUV | 177.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 221 | 0 | 0.36 | 0.02 | 0.11 | 303.7 | 0.58 | 0.73 |
| Hex | E2 | 91 | DD | 0 | 24 | 2 | B | 130 | 3A | 49 |
| Octal | 342 | 221 | 335 | 0 | 44 | 2 | 13 | 460 | 72 | 111 |
| Binary | 11100010 | 10010001 | 11011101 | 0 | 100100 | 10 | 1011 | 100110000 | 111010 | 1001001 |
Color Harmonies of #E291DD
Complementary color
Monochromatic Colors of #E291DD
Black with #E291DD
Text Example
Text Example
White with #E291DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291DD; }
p { color: rgb(226,145,221); }
H1.HeaderClassName
{
color: #E291DD;
}
.AnyTagClassName
{
color: #E291DD;
}
</style>
background-color css
<style>
a { background-color: #E291DD; }
a { background-color: rgb(226,145,221); }
div.DivClassName
{
background-color: #E291DD;
}
.BgClassName
{
background-color: #E291DD;
}
</style>
border-color css
<style>
span { border-color: #E291DD; }
span { border-color: rgb(226,145,221); }
td.TdClassName
{
border-color: #E291DD;
}
.TagClassName
{
border-color: #E291DD;
}
</style>