Shades of Plum #E490D8
Tints of Plum #E490D8
RGB
CMYK
RGB Variations
Color information
#E490D8 (or 0xE490D8) is known color: Plum. HEX triplet: E4, 90 and D8. RGB value is (228,144,216). Sum of RGB (Red+Green+Blue) = 228+144+216=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E490D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490D8 is #1B6F27. Grayscale: #B1B1B1. Windows color (decimal): -1797928 or 14192868. OLE color: 14192868.
HSL color Cylindrical-coordinate representation of color #E490D8: hue angle of 308.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 #E490D8 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 216 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.11 |
| HSL | 308.57º | 0.61% | 0.73% | - |
| HSV(B) | 308.57º | 0.37% | 0.89% | - |
| XYZ | 54.36 | 41.4 | 70.09 | - |
| YUV | 177.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 216 | 0 | 0.37 | 0.05 | 0.11 | 308.57 | 0.61 | 0.73 |
| Hex | E4 | 90 | D8 | 0 | 25 | 5 | B | 135 | 3D | 49 |
| Octal | 344 | 220 | 330 | 0 | 45 | 5 | 13 | 465 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11011000 | 0 | 100101 | 101 | 1011 | 100110101 | 111101 | 1001001 |
Color Harmonies of #E490D8
Complementary color
Monochromatic Colors of #E490D8
Black with #E490D8
Text Example
Text Example
White with #E490D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490D8; }
p { color: rgb(228,144,216); }
H1.HeaderClassName
{
color: #E490D8;
}
.AnyTagClassName
{
color: #E490D8;
}
</style>
background-color css
<style>
a { background-color: #E490D8; }
a { background-color: rgb(228,144,216); }
div.DivClassName
{
background-color: #E490D8;
}
.BgClassName
{
background-color: #E490D8;
}
</style>
border-color css
<style>
span { border-color: #E490D8; }
span { border-color: rgb(228,144,216); }
td.TdClassName
{
border-color: #E490D8;
}
.TagClassName
{
border-color: #E490D8;
}
</style>