Shades of Plum #E490DF
Tints of Plum #E490DF
RGB
CMYK
RGB Variations
Color information
#E490DF (or 0xE490DF) is known color: Plum. HEX triplet: E4, 90 and DF. RGB value is (228,144,223). Sum of RGB (Red+Green+Blue) = 228+144+223=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E490DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490DF is #1B6F20. Grayscale: #B1B1B1. Windows color (decimal): -1797921 or 14651620. OLE color: 14651620.
HSL color Cylindrical-coordinate representation of color #E490DF: hue angle of 303.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490DF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 223 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 303.57º | 0.61% | 0.73% | - |
| HSV(B) | 303.57º | 0.37% | 0.89% | - |
| XYZ | 55.29 | 41.77 | 74.96 | - |
| YUV | 178.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 223 | 0 | 0.37 | 0.02 | 0.11 | 303.57 | 0.61 | 0.73 |
| Hex | E4 | 90 | DF | 0 | 25 | 2 | B | 130 | 3D | 49 |
| Octal | 344 | 220 | 337 | 0 | 45 | 2 | 13 | 460 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11011111 | 0 | 100101 | 10 | 1011 | 100110000 | 111101 | 1001001 |
Color Harmonies of #E490DF
Complementary color
Monochromatic Colors of #E490DF
Black with #E490DF
Text Example
Text Example
White with #E490DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490DF; }
p { color: rgb(228,144,223); }
H1.HeaderClassName
{
color: #E490DF;
}
.AnyTagClassName
{
color: #E490DF;
}
</style>
background-color css
<style>
a { background-color: #E490DF; }
a { background-color: rgb(228,144,223); }
div.DivClassName
{
background-color: #E490DF;
}
.BgClassName
{
background-color: #E490DF;
}
</style>
border-color css
<style>
span { border-color: #E490DF; }
span { border-color: rgb(228,144,223); }
td.TdClassName
{
border-color: #E490DF;
}
.TagClassName
{
border-color: #E490DF;
}
</style>