Shades of Plum #E490DE
Tints of Plum #E490DE
RGB
CMYK
RGB Variations
Color information
#E490DE (or 0xE490DE) is known color: Plum. HEX triplet: E4, 90 and DE. RGB value is (228,144,222). Sum of RGB (Red+Green+Blue) = 228+144+222=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E490DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490DE is #1B6F21. Grayscale: #B1B1B1. Windows color (decimal): -1797922 or 14586084. OLE color: 14586084.
HSL color Cylindrical-coordinate representation of color #E490DE: hue angle of 304.29º 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 #E490DE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 222 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.11 |
| HSL | 304.29º | 0.61% | 0.73% | - |
| HSV(B) | 304.29º | 0.37% | 0.89% | - |
| XYZ | 55.15 | 41.71 | 74.25 | - |
| YUV | 178.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 222 | 0 | 0.37 | 0.03 | 0.11 | 304.29 | 0.61 | 0.73 |
| Hex | E4 | 90 | DE | 0 | 25 | 3 | B | 130 | 3D | 49 |
| Octal | 344 | 220 | 336 | 0 | 45 | 3 | 13 | 460 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11011110 | 0 | 100101 | 11 | 1011 | 100110000 | 111101 | 1001001 |
Color Harmonies of #E490DE
Complementary color
Monochromatic Colors of #E490DE
Black with #E490DE
Text Example
Text Example
White with #E490DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490DE; }
p { color: rgb(228,144,222); }
H1.HeaderClassName
{
color: #E490DE;
}
.AnyTagClassName
{
color: #E490DE;
}
</style>
background-color css
<style>
a { background-color: #E490DE; }
a { background-color: rgb(228,144,222); }
div.DivClassName
{
background-color: #E490DE;
}
.BgClassName
{
background-color: #E490DE;
}
</style>
border-color css
<style>
span { border-color: #E490DE; }
span { border-color: rgb(228,144,222); }
td.TdClassName
{
border-color: #E490DE;
}
.TagClassName
{
border-color: #E490DE;
}
</style>