Shades of Plum #E291D1
Tints of Plum #E291D1
RGB
CMYK
RGB Variations
Color information
#E291D1 (or 0xE291D1) is known color: Plum. HEX triplet: E2, 91 and D1. RGB value is (226,145,209). Sum of RGB (Red+Green+Blue) = 226+145+209=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E291D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291D1 is #1D6E2E. Grayscale: #B0B0B0. Windows color (decimal): -1928751 or 13734370. OLE color: 13734370.
HSL color Cylindrical-coordinate representation of color #E291D1: hue angle of 312.59º 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 #E291D1 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 209 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.11 |
| HSL | 312.59º | 0.58% | 0.73% | - |
| HSV(B) | 312.59º | 0.36% | 0.89% | - |
| XYZ | 53 | 41.02 | 65.45 | - |
| YUV | 176.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 209 | 0 | 0.36 | 0.08 | 0.11 | 312.59 | 0.58 | 0.73 |
| Hex | E2 | 91 | D1 | 0 | 24 | 8 | B | 139 | 3A | 49 |
| Octal | 342 | 221 | 321 | 0 | 44 | 10 | 13 | 471 | 72 | 111 |
| Binary | 11100010 | 10010001 | 11010001 | 0 | 100100 | 1000 | 1011 | 100111001 | 111010 | 1001001 |
Color Harmonies of #E291D1
Complementary color
Monochromatic Colors of #E291D1
Black with #E291D1
Text Example
Text Example
White with #E291D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291D1; }
p { color: rgb(226,145,209); }
H1.HeaderClassName
{
color: #E291D1;
}
.AnyTagClassName
{
color: #E291D1;
}
</style>
background-color css
<style>
a { background-color: #E291D1; }
a { background-color: rgb(226,145,209); }
div.DivClassName
{
background-color: #E291D1;
}
.BgClassName
{
background-color: #E291D1;
}
</style>
border-color css
<style>
span { border-color: #E291D1; }
span { border-color: rgb(226,145,209); }
td.TdClassName
{
border-color: #E291D1;
}
.TagClassName
{
border-color: #E291D1;
}
</style>