Shades of Plum #E291E7
Tints of Plum #E291E7
RGB
CMYK
RGB Variations
Color information
#E291E7 (or 0xE291E7) is known color: Plum. HEX triplet: E2, 91 and E7. RGB value is (226,145,231). Sum of RGB (Red+Green+Blue) = 226+145+231=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #E291E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291E7 is #1D6E18. Grayscale: #B2B2B2. Windows color (decimal): -1928729 or 15176162. OLE color: 15176162.
HSL color Cylindrical-coordinate representation of color #E291E7: hue angle of 296.51º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E291E7 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 145 | 231 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.09 |
| HSL | 296.51º | 0.64% | 0.74% | - |
| HSV(B) | 296.51º | 0.37% | 0.91% | - |
| XYZ | 55.91 | 42.19 | 80.8 | - |
| YUV | 179.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 231 | 0.02 | 0.37 | 0 | 0.09 | 296.51 | 0.64 | 0.74 |
| Hex | E2 | 91 | E7 | 2 | 25 | 0 | 9 | 129 | 40 | 4A |
| Octal | 342 | 221 | 347 | 2 | 45 | 0 | 11 | 451 | 100 | 112 |
| Binary | 11100010 | 10010001 | 11100111 | 10 | 100101 | 0 | 1001 | 100101001 | 1000000 | 1001010 |
Color Harmonies of #E291E7
Complementary color
Monochromatic Colors of #E291E7
Black with #E291E7
Text Example
Text Example
White with #E291E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291E7; }
p { color: rgb(226,145,231); }
H1.HeaderClassName
{
color: #E291E7;
}
.AnyTagClassName
{
color: #E291E7;
}
</style>
background-color css
<style>
a { background-color: #E291E7; }
a { background-color: rgb(226,145,231); }
div.DivClassName
{
background-color: #E291E7;
}
.BgClassName
{
background-color: #E291E7;
}
</style>
border-color css
<style>
span { border-color: #E291E7; }
span { border-color: rgb(226,145,231); }
td.TdClassName
{
border-color: #E291E7;
}
.TagClassName
{
border-color: #E291E7;
}
</style>