Shades of Plum #E492D5
Tints of Plum #E492D5
RGB
CMYK
RGB Variations
Color information
#E492D5 (or 0xE492D5) is known color: Plum. HEX triplet: E4, 92 and D5. RGB value is (228,146,213). Sum of RGB (Red+Green+Blue) = 228+146+213=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E492D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492D5 is #1B6D2A. Grayscale: #B1B1B1. Windows color (decimal): -1797419 or 13996772. OLE color: 13996772.
HSL color Cylindrical-coordinate representation of color #E492D5: hue angle of 310.98º degrees, saturation: 0.6, 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 #E492D5 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 213 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.11 |
| HSL | 310.98º | 0.6% | 0.73% | - |
| HSV(B) | 310.98º | 0.36% | 0.89% | - |
| XYZ | 54.28 | 41.86 | 68.17 | - |
| YUV | 178.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 213 | 0 | 0.36 | 0.07 | 0.11 | 310.98 | 0.6 | 0.73 |
| Hex | E4 | 92 | D5 | 0 | 24 | 7 | B | 137 | 3C | 49 |
| Octal | 344 | 222 | 325 | 0 | 44 | 7 | 13 | 467 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11010101 | 0 | 100100 | 111 | 1011 | 100110111 | 111100 | 1001001 |
Color Harmonies of #E492D5
Complementary color
Monochromatic Colors of #E492D5
Black with #E492D5
Text Example
Text Example
White with #E492D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492D5; }
p { color: rgb(228,146,213); }
H1.HeaderClassName
{
color: #E492D5;
}
.AnyTagClassName
{
color: #E492D5;
}
</style>
background-color css
<style>
a { background-color: #E492D5; }
a { background-color: rgb(228,146,213); }
div.DivClassName
{
background-color: #E492D5;
}
.BgClassName
{
background-color: #E492D5;
}
</style>
border-color css
<style>
span { border-color: #E492D5; }
span { border-color: rgb(228,146,213); }
td.TdClassName
{
border-color: #E492D5;
}
.TagClassName
{
border-color: #E492D5;
}
</style>