Shades of Violet #E490F6
Tints of Violet #E490F6
RGB
CMYK
RGB Variations
Color information
#E490F6 (or 0xE490F6) is known color: Violet. HEX triplet: E4, 90 and F6. RGB value is (228,144,246). Sum of RGB (Red+Green+Blue) = 228+144+246=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #E490F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490F6 is #1B6F09. Grayscale: #B4B4B4. Windows color (decimal): -1797898 or 16158948. OLE color: 16158948.
HSL color Cylindrical-coordinate representation of color #E490F6: hue angle of 289.41º degrees, saturation: 0.85, 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 #E490F6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 144 | 246 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.04 |
| HSL | 289.41º | 0.85% | 0.76% | - |
| HSV(B) | 289.41º | 0.41% | 0.96% | - |
| XYZ | 58.6 | 43.09 | 92.42 | - |
| YUV | 180.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 246 | 0.07 | 0.41 | 0 | 0.04 | 289.41 | 0.85 | 0.76 |
| Hex | E4 | 90 | F6 | 7 | 29 | 0 | 4 | 121 | 55 | 4C |
| Octal | 344 | 220 | 366 | 7 | 51 | 0 | 4 | 441 | 125 | 114 |
| Binary | 11100100 | 10010000 | 11110110 | 111 | 101001 | 0 | 100 | 100100001 | 1010101 | 1001100 |
Color Harmonies of #E490F6
Complementary color
Monochromatic Colors of #E490F6
Black with #E490F6
Text Example
Text Example
White with #E490F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490F6; }
p { color: rgb(228,144,246); }
H1.HeaderClassName
{
color: #E490F6;
}
.AnyTagClassName
{
color: #E490F6;
}
</style>
background-color css
<style>
a { background-color: #E490F6; }
a { background-color: rgb(228,144,246); }
div.DivClassName
{
background-color: #E490F6;
}
.BgClassName
{
background-color: #E490F6;
}
</style>
border-color css
<style>
span { border-color: #E490F6; }
span { border-color: rgb(228,144,246); }
td.TdClassName
{
border-color: #E490F6;
}
.TagClassName
{
border-color: #E490F6;
}
</style>