Shades of Plum #E492DB
Tints of Plum #E492DB
RGB
CMYK
RGB Variations
Color information
#E492DB (or 0xE492DB) is known color: Plum. HEX triplet: E4, 92 and DB. RGB value is (228,146,219). Sum of RGB (Red+Green+Blue) = 228+146+219=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E492DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492DB is #1B6D24. Grayscale: #B2B2B2. Windows color (decimal): -1797413 or 14389988. OLE color: 14389988.
HSL color Cylindrical-coordinate representation of color #E492DB: hue angle of 306.59º 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 #E492DB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 219 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.11 |
| HSL | 306.59º | 0.6% | 0.73% | - |
| HSV(B) | 306.59º | 0.36% | 0.89% | - |
| XYZ | 55.06 | 42.17 | 72.25 | - |
| YUV | 178.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 219 | 0 | 0.36 | 0.04 | 0.11 | 306.59 | 0.6 | 0.73 |
| Hex | E4 | 92 | DB | 0 | 24 | 4 | B | 133 | 3C | 49 |
| Octal | 344 | 222 | 333 | 0 | 44 | 4 | 13 | 463 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11011011 | 0 | 100100 | 100 | 1011 | 100110011 | 111100 | 1001001 |
Color Harmonies of #E492DB
Complementary color
Monochromatic Colors of #E492DB
Black with #E492DB
Text Example
Text Example
White with #E492DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492DB; }
p { color: rgb(228,146,219); }
H1.HeaderClassName
{
color: #E492DB;
}
.AnyTagClassName
{
color: #E492DB;
}
</style>
background-color css
<style>
a { background-color: #E492DB; }
a { background-color: rgb(228,146,219); }
div.DivClassName
{
background-color: #E492DB;
}
.BgClassName
{
background-color: #E492DB;
}
</style>
border-color css
<style>
span { border-color: #E492DB; }
span { border-color: rgb(228,146,219); }
td.TdClassName
{
border-color: #E492DB;
}
.TagClassName
{
border-color: #E492DB;
}
</style>