Shades of Plum #E492D8
Tints of Plum #E492D8
RGB
CMYK
RGB Variations
Color information
#E492D8 (or 0xE492D8) is known color: Plum. HEX triplet: E4, 92 and D8. RGB value is (228,146,216). Sum of RGB (Red+Green+Blue) = 228+146+216=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E492D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492D8 is #1B6D27. Grayscale: #B2B2B2. Windows color (decimal): -1797416 or 14193380. OLE color: 14193380.
HSL color Cylindrical-coordinate representation of color #E492D8: hue angle of 308.78º 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 #E492D8 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 216 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.11 |
| HSL | 308.78º | 0.6% | 0.73% | - |
| HSV(B) | 308.78º | 0.36% | 0.89% | - |
| XYZ | 54.67 | 42.01 | 70.19 | - |
| YUV | 178.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 216 | 0 | 0.36 | 0.05 | 0.11 | 308.78 | 0.6 | 0.73 |
| Hex | E4 | 92 | D8 | 0 | 24 | 5 | B | 135 | 3C | 49 |
| Octal | 344 | 222 | 330 | 0 | 44 | 5 | 13 | 465 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11011000 | 0 | 100100 | 101 | 1011 | 100110101 | 111100 | 1001001 |
Color Harmonies of #E492D8
Complementary color
Monochromatic Colors of #E492D8
Black with #E492D8
Text Example
Text Example
White with #E492D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492D8; }
p { color: rgb(228,146,216); }
H1.HeaderClassName
{
color: #E492D8;
}
.AnyTagClassName
{
color: #E492D8;
}
</style>
background-color css
<style>
a { background-color: #E492D8; }
a { background-color: rgb(228,146,216); }
div.DivClassName
{
background-color: #E492D8;
}
.BgClassName
{
background-color: #E492D8;
}
</style>
border-color css
<style>
span { border-color: #E492D8; }
span { border-color: rgb(228,146,216); }
td.TdClassName
{
border-color: #E492D8;
}
.TagClassName
{
border-color: #E492D8;
}
</style>