Shades of Plum #E291DA
Tints of Plum #E291DA
RGB
CMYK
RGB Variations
Color information
#E291DA (or 0xE291DA) is known color: Plum. HEX triplet: E2, 91 and DA. RGB value is (226,145,218). Sum of RGB (Red+Green+Blue) = 226+145+218=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DA is #1D6E25. Grayscale: #B1B1B1. Windows color (decimal): -1928742 or 14324194. OLE color: 14324194.
HSL color Cylindrical-coordinate representation of color #E291DA: hue angle of 305.93º 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 #E291DA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 218 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.11 |
| HSL | 305.93º | 0.58% | 0.73% | - |
| HSV(B) | 305.93º | 0.36% | 0.89% | - |
| XYZ | 54.14 | 41.48 | 71.48 | - |
| YUV | 177.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 218 | 0 | 0.36 | 0.04 | 0.11 | 305.93 | 0.58 | 0.73 |
| Hex | E2 | 91 | DA | 0 | 24 | 4 | B | 132 | 3A | 49 |
| Octal | 342 | 221 | 332 | 0 | 44 | 4 | 13 | 462 | 72 | 111 |
| Binary | 11100010 | 10010001 | 11011010 | 0 | 100100 | 100 | 1011 | 100110010 | 111010 | 1001001 |
Color Harmonies of #E291DA
Complementary color
Monochromatic Colors of #E291DA
Black with #E291DA
Text Example
Text Example
White with #E291DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291DA; }
p { color: rgb(226,145,218); }
H1.HeaderClassName
{
color: #E291DA;
}
.AnyTagClassName
{
color: #E291DA;
}
</style>
background-color css
<style>
a { background-color: #E291DA; }
a { background-color: rgb(226,145,218); }
div.DivClassName
{
background-color: #E291DA;
}
.BgClassName
{
background-color: #E291DA;
}
</style>
border-color css
<style>
span { border-color: #E291DA; }
span { border-color: rgb(226,145,218); }
td.TdClassName
{
border-color: #E291DA;
}
.TagClassName
{
border-color: #E291DA;
}
</style>