Shades of Plum #E492DF
Tints of Plum #E492DF
RGB
CMYK
RGB Variations
Color information
#E492DF (or 0xE492DF) is known color: Plum. HEX triplet: E4, 92 and DF. RGB value is (228,146,223). Sum of RGB (Red+Green+Blue) = 228+146+223=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 228 - color contains mainly: red. Hex color #E492DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492DF is #1B6D20. Grayscale: #B3B3B3. Windows color (decimal): -1797409 or 14652132. OLE color: 14652132.
HSL color Cylindrical-coordinate representation of color #E492DF: hue angle of 303.66º 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 #E492DF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 223 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.11 |
| HSL | 303.66º | 0.6% | 0.73% | - |
| HSV(B) | 303.66º | 0.36% | 0.89% | - |
| XYZ | 55.59 | 42.38 | 75.06 | - |
| YUV | 179.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 223 | 0 | 0.36 | 0.02 | 0.11 | 303.66 | 0.6 | 0.73 |
| Hex | E4 | 92 | DF | 0 | 24 | 2 | B | 130 | 3C | 49 |
| Octal | 344 | 222 | 337 | 0 | 44 | 2 | 13 | 460 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11011111 | 0 | 100100 | 10 | 1011 | 100110000 | 111100 | 1001001 |
Color Harmonies of #E492DF
Complementary color
Monochromatic Colors of #E492DF
Black with #E492DF
Text Example
Text Example
White with #E492DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492DF; }
p { color: rgb(228,146,223); }
H1.HeaderClassName
{
color: #E492DF;
}
.AnyTagClassName
{
color: #E492DF;
}
</style>
background-color css
<style>
a { background-color: #E492DF; }
a { background-color: rgb(228,146,223); }
div.DivClassName
{
background-color: #E492DF;
}
.BgClassName
{
background-color: #E492DF;
}
</style>
border-color css
<style>
span { border-color: #E492DF; }
span { border-color: rgb(228,146,223); }
td.TdClassName
{
border-color: #E492DF;
}
.TagClassName
{
border-color: #E492DF;
}
</style>