Shades of Plum #E291CE
Tints of Plum #E291CE
RGB
CMYK
RGB Variations
Color information
#E291CE (or 0xE291CE) is known color: Plum. HEX triplet: E2, 91 and CE. RGB value is (226,145,206). Sum of RGB (Red+Green+Blue) = 226+145+206=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E291CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291CE is #1D6E31. Grayscale: #B0B0B0. Windows color (decimal): -1928754 or 13537762. OLE color: 13537762.
HSL color Cylindrical-coordinate representation of color #E291CE: hue angle of 314.81º 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 #E291CE is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 206 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.11 |
| HSL | 314.81º | 0.58% | 0.73% | - |
| HSV(B) | 314.81º | 0.36% | 0.89% | - |
| XYZ | 52.63 | 40.88 | 63.51 | - |
| YUV | 176.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 206 | 0 | 0.36 | 0.09 | 0.11 | 314.81 | 0.58 | 0.73 |
| Hex | E2 | 91 | CE | 0 | 24 | 9 | B | 13B | 3A | 49 |
| Octal | 342 | 221 | 316 | 0 | 44 | 11 | 13 | 473 | 72 | 111 |
| Binary | 11100010 | 10010001 | 11001110 | 0 | 100100 | 1001 | 1011 | 100111011 | 111010 | 1001001 |
Color Harmonies of #E291CE
Complementary color
Monochromatic Colors of #E291CE
Black with #E291CE
Text Example
Text Example
White with #E291CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291CE; }
p { color: rgb(226,145,206); }
H1.HeaderClassName
{
color: #E291CE;
}
.AnyTagClassName
{
color: #E291CE;
}
</style>
background-color css
<style>
a { background-color: #E291CE; }
a { background-color: rgb(226,145,206); }
div.DivClassName
{
background-color: #E291CE;
}
.BgClassName
{
background-color: #E291CE;
}
</style>
border-color css
<style>
span { border-color: #E291CE; }
span { border-color: rgb(226,145,206); }
td.TdClassName
{
border-color: #E291CE;
}
.TagClassName
{
border-color: #E291CE;
}
</style>