Shades of Plum #E490E0
Tints of Plum #E490E0
RGB
CMYK
RGB Variations
Color information
#E490E0 (or 0xE490E0) is known color: Plum. HEX triplet: E4, 90 and E0. RGB value is (228,144,224). Sum of RGB (Red+Green+Blue) = 228+144+224=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E490E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490E0 is #1B6F1F. Grayscale: #B2B2B2. Windows color (decimal): -1797920 or 14717156. OLE color: 14717156.
HSL color Cylindrical-coordinate representation of color #E490E0: hue angle of 302.86º 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 #E490E0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 224 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.11 |
| HSL | 302.86º | 0.61% | 0.73% | - |
| HSV(B) | 302.86º | 0.37% | 0.89% | - |
| XYZ | 55.42 | 41.82 | 75.67 | - |
| YUV | 178.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 224 | 0 | 0.37 | 0.02 | 0.11 | 302.86 | 0.61 | 0.73 |
| Hex | E4 | 90 | E0 | 0 | 25 | 2 | B | 12F | 3D | 49 |
| Octal | 344 | 220 | 340 | 0 | 45 | 2 | 13 | 457 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11100000 | 0 | 100101 | 10 | 1011 | 100101111 | 111101 | 1001001 |
Color Harmonies of #E490E0
Complementary color
Monochromatic Colors of #E490E0
Black with #E490E0
Text Example
Text Example
White with #E490E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490E0; }
p { color: rgb(228,144,224); }
H1.HeaderClassName
{
color: #E490E0;
}
.AnyTagClassName
{
color: #E490E0;
}
</style>
background-color css
<style>
a { background-color: #E490E0; }
a { background-color: rgb(228,144,224); }
div.DivClassName
{
background-color: #E490E0;
}
.BgClassName
{
background-color: #E490E0;
}
</style>
border-color css
<style>
span { border-color: #E490E0; }
span { border-color: rgb(228,144,224); }
td.TdClassName
{
border-color: #E490E0;
}
.TagClassName
{
border-color: #E490E0;
}
</style>