Shades of Plum #E291E5
Tints of Plum #E291E5
RGB
CMYK
RGB Variations
Color information
#E291E5 (or 0xE291E5) is known color: Plum. HEX triplet: E2, 91 and E5. RGB value is (226,145,229). Sum of RGB (Red+Green+Blue) = 226+145+229=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #E291E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291E5 is #1D6E1A. Grayscale: #B2B2B2. Windows color (decimal): -1928731 or 15045090. OLE color: 15045090.
HSL color Cylindrical-coordinate representation of color #E291E5: hue angle of 297.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E291E5 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 145 | 229 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.10 |
| HSL | 297.86º | 0.62% | 0.73% | - |
| HSV(B) | 297.86º | 0.37% | 0.9% | - |
| XYZ | 55.63 | 42.08 | 79.32 | - |
| YUV | 178.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 229 | 0.01 | 0.37 | 0 | 0.10 | 297.86 | 0.62 | 0.73 |
| Hex | E2 | 91 | E5 | 1 | 25 | 0 | A | 12A | 3E | 49 |
| Octal | 342 | 221 | 345 | 1 | 45 | 0 | 12 | 452 | 76 | 111 |
| Binary | 11100010 | 10010001 | 11100101 | 1 | 100101 | 0 | 1010 | 100101010 | 111110 | 1001001 |
Color Harmonies of #E291E5
Complementary color
Monochromatic Colors of #E291E5
Black with #E291E5
Text Example
Text Example
White with #E291E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291E5; }
p { color: rgb(226,145,229); }
H1.HeaderClassName
{
color: #E291E5;
}
.AnyTagClassName
{
color: #E291E5;
}
</style>
background-color css
<style>
a { background-color: #E291E5; }
a { background-color: rgb(226,145,229); }
div.DivClassName
{
background-color: #E291E5;
}
.BgClassName
{
background-color: #E291E5;
}
</style>
border-color css
<style>
span { border-color: #E291E5; }
span { border-color: rgb(226,145,229); }
td.TdClassName
{
border-color: #E291E5;
}
.TagClassName
{
border-color: #E291E5;
}
</style>