Shades of Plum #E492DC
Tints of Plum #E492DC
RGB
CMYK
RGB Variations
Color information
#E492DC (or 0xE492DC) is known color: Plum. HEX triplet: E4, 92 and DC. RGB value is (228,146,220). Sum of RGB (Red+Green+Blue) = 228+146+220=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E492DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492DC is #1B6D23. Grayscale: #B2B2B2. Windows color (decimal): -1797412 or 14455524. OLE color: 14455524.
HSL color Cylindrical-coordinate representation of color #E492DC: hue angle of 305.85º 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 #E492DC is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 220 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.11 |
| HSL | 305.85º | 0.6% | 0.73% | - |
| HSV(B) | 305.85º | 0.36% | 0.89% | - |
| XYZ | 55.19 | 42.22 | 72.95 | - |
| YUV | 178.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 220 | 0 | 0.36 | 0.04 | 0.11 | 305.85 | 0.6 | 0.73 |
| Hex | E4 | 92 | DC | 0 | 24 | 4 | B | 132 | 3C | 49 |
| Octal | 344 | 222 | 334 | 0 | 44 | 4 | 13 | 462 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11011100 | 0 | 100100 | 100 | 1011 | 100110010 | 111100 | 1001001 |
Color Harmonies of #E492DC
Complementary color
Monochromatic Colors of #E492DC
Black with #E492DC
Text Example
Text Example
White with #E492DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492DC; }
p { color: rgb(228,146,220); }
H1.HeaderClassName
{
color: #E492DC;
}
.AnyTagClassName
{
color: #E492DC;
}
</style>
background-color css
<style>
a { background-color: #E492DC; }
a { background-color: rgb(228,146,220); }
div.DivClassName
{
background-color: #E492DC;
}
.BgClassName
{
background-color: #E492DC;
}
</style>
border-color css
<style>
span { border-color: #E492DC; }
span { border-color: rgb(228,146,220); }
td.TdClassName
{
border-color: #E492DC;
}
.TagClassName
{
border-color: #E492DC;
}
</style>