Shades of Violet #E490F5
Tints of Violet #E490F5
RGB
CMYK
RGB Variations
Color information
#E490F5 (or 0xE490F5) is known color: Violet. HEX triplet: E4, 90 and F5. RGB value is (228,144,245). Sum of RGB (Red+Green+Blue) = 228+144+245=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #E490F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490F5 is #1B6F0A. Grayscale: #B4B4B4. Windows color (decimal): -1797899 or 16093412. OLE color: 16093412.
HSL color Cylindrical-coordinate representation of color #E490F5: hue angle of 289.9º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E490F5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 144 | 245 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.04 |
| HSL | 289.9º | 0.83% | 0.76% | - |
| HSV(B) | 289.9º | 0.41% | 0.96% | - |
| XYZ | 58.45 | 43.03 | 91.61 | - |
| YUV | 180.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 245 | 0.07 | 0.41 | 0 | 0.04 | 289.9 | 0.83 | 0.76 |
| Hex | E4 | 90 | F5 | 7 | 29 | 0 | 4 | 122 | 53 | 4C |
| Octal | 344 | 220 | 365 | 7 | 51 | 0 | 4 | 442 | 123 | 114 |
| Binary | 11100100 | 10010000 | 11110101 | 111 | 101001 | 0 | 100 | 100100010 | 1010011 | 1001100 |
Color Harmonies of #E490F5
Complementary color
Monochromatic Colors of #E490F5
Black with #E490F5
Text Example
Text Example
White with #E490F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490F5; }
p { color: rgb(228,144,245); }
H1.HeaderClassName
{
color: #E490F5;
}
.AnyTagClassName
{
color: #E490F5;
}
</style>
background-color css
<style>
a { background-color: #E490F5; }
a { background-color: rgb(228,144,245); }
div.DivClassName
{
background-color: #E490F5;
}
.BgClassName
{
background-color: #E490F5;
}
</style>
border-color css
<style>
span { border-color: #E490F5; }
span { border-color: rgb(228,144,245); }
td.TdClassName
{
border-color: #E490F5;
}
.TagClassName
{
border-color: #E490F5;
}
</style>