Shades of Plum #E490E5
Tints of Plum #E490E5
RGB
CMYK
RGB Variations
Color information
#E490E5 (or 0xE490E5) is known color: Plum. HEX triplet: E4, 90 and E5. RGB value is (228,144,229). Sum of RGB (Red+Green+Blue) = 228+144+229=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #E490E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490E5 is #1B6F1A. Grayscale: #B2B2B2. Windows color (decimal): -1797915 or 15044836. OLE color: 15044836.
HSL color Cylindrical-coordinate representation of color #E490E5: hue angle of 299.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490E5 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 144 | 229 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.10 |
| HSL | 299.29º | 0.62% | 0.73% | - |
| HSV(B) | 299.29º | 0.37% | 0.9% | - |
| XYZ | 56.11 | 42.1 | 79.3 | - |
| YUV | 178.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 229 | 0.00 | 0.37 | 0 | 0.10 | 299.29 | 0.62 | 0.73 |
| Hex | E4 | 90 | E5 | 0 | 25 | 0 | A | 12B | 3E | 49 |
| Octal | 344 | 220 | 345 | 0 | 45 | 0 | 12 | 453 | 76 | 111 |
| Binary | 11100100 | 10010000 | 11100101 | 0 | 100101 | 0 | 1010 | 100101011 | 111110 | 1001001 |
Color Harmonies of #E490E5
Complementary color
Monochromatic Colors of #E490E5
Black with #E490E5
Text Example
Text Example
White with #E490E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490E5; }
p { color: rgb(228,144,229); }
H1.HeaderClassName
{
color: #E490E5;
}
.AnyTagClassName
{
color: #E490E5;
}
</style>
background-color css
<style>
a { background-color: #E490E5; }
a { background-color: rgb(228,144,229); }
div.DivClassName
{
background-color: #E490E5;
}
.BgClassName
{
background-color: #E490E5;
}
</style>
border-color css
<style>
span { border-color: #E490E5; }
span { border-color: rgb(228,144,229); }
td.TdClassName
{
border-color: #E490E5;
}
.TagClassName
{
border-color: #E490E5;
}
</style>