Shades of Plum #E291CF
Tints of Plum #E291CF
RGB
CMYK
RGB Variations
Color information
#E291CF (or 0xE291CF) is known color: Plum. HEX triplet: E2, 91 and CF. RGB value is (226,145,207). Sum of RGB (Red+Green+Blue) = 226+145+207=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E291CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291CF is #1D6E30. Grayscale: #B0B0B0. Windows color (decimal): -1928753 or 13603298. OLE color: 13603298.
HSL color Cylindrical-coordinate representation of color #E291CF: hue angle of 314.07º 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 #E291CF is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 207 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.11 |
| HSL | 314.07º | 0.58% | 0.73% | - |
| HSV(B) | 314.07º | 0.36% | 0.89% | - |
| XYZ | 52.75 | 40.92 | 64.15 | - |
| YUV | 176.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 207 | 0 | 0.36 | 0.08 | 0.11 | 314.07 | 0.58 | 0.73 |
| Hex | E2 | 91 | CF | 0 | 24 | 8 | B | 13A | 3A | 49 |
| Octal | 342 | 221 | 317 | 0 | 44 | 10 | 13 | 472 | 72 | 111 |
| Binary | 11100010 | 10010001 | 11001111 | 0 | 100100 | 1000 | 1011 | 100111010 | 111010 | 1001001 |
Color Harmonies of #E291CF
Complementary color
Monochromatic Colors of #E291CF
Black with #E291CF
Text Example
Text Example
White with #E291CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291CF; }
p { color: rgb(226,145,207); }
H1.HeaderClassName
{
color: #E291CF;
}
.AnyTagClassName
{
color: #E291CF;
}
</style>
background-color css
<style>
a { background-color: #E291CF; }
a { background-color: rgb(226,145,207); }
div.DivClassName
{
background-color: #E291CF;
}
.BgClassName
{
background-color: #E291CF;
}
</style>
border-color css
<style>
span { border-color: #E291CF; }
span { border-color: rgb(226,145,207); }
td.TdClassName
{
border-color: #E291CF;
}
.TagClassName
{
border-color: #E291CF;
}
</style>