Shades of Plum #E292E9
Tints of Plum #E292E9
RGB
CMYK
RGB Variations
Color information
#E292E9 (or 0xE292E9) is known color: Plum. HEX triplet: E2, 92 and E9. RGB value is (226,146,233). Sum of RGB (Red+Green+Blue) = 226+146+233=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #E292E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292E9 is #1D6D16. Grayscale: #B3B3B3. Windows color (decimal): -1928471 or 15307490. OLE color: 15307490.
HSL color Cylindrical-coordinate representation of color #E292E9: hue angle of 295.17º degrees, saturation: 0.66, 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 #E292E9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 146 | 233 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.09 |
| HSL | 295.17º | 0.66% | 0.74% | - |
| HSV(B) | 295.17º | 0.37% | 0.91% | - |
| XYZ | 56.35 | 42.61 | 82.35 | - |
| YUV | 179.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 233 | 0.03 | 0.37 | 0 | 0.09 | 295.17 | 0.66 | 0.74 |
| Hex | E2 | 92 | E9 | 3 | 25 | 0 | 9 | 127 | 42 | 4A |
| Octal | 342 | 222 | 351 | 3 | 45 | 0 | 11 | 447 | 102 | 112 |
| Binary | 11100010 | 10010010 | 11101001 | 11 | 100101 | 0 | 1001 | 100100111 | 1000010 | 1001010 |
Color Harmonies of #E292E9
Complementary color
Monochromatic Colors of #E292E9
Black with #E292E9
Text Example
Text Example
White with #E292E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292E9; }
p { color: rgb(226,146,233); }
H1.HeaderClassName
{
color: #E292E9;
}
.AnyTagClassName
{
color: #E292E9;
}
</style>
background-color css
<style>
a { background-color: #E292E9; }
a { background-color: rgb(226,146,233); }
div.DivClassName
{
background-color: #E292E9;
}
.BgClassName
{
background-color: #E292E9;
}
</style>
border-color css
<style>
span { border-color: #E292E9; }
span { border-color: rgb(226,146,233); }
td.TdClassName
{
border-color: #E292E9;
}
.TagClassName
{
border-color: #E292E9;
}
</style>