Shades of Violet #E490EF
Tints of Violet #E490EF
RGB
CMYK
RGB Variations
Color information
#E490EF (or 0xE490EF) is known color: Violet. HEX triplet: E4, 90 and EF. RGB value is (228,144,239). Sum of RGB (Red+Green+Blue) = 228+144+239=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #E490EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490EF is #1B6F10. Grayscale: #B3B3B3. Windows color (decimal): -1797905 or 15700196. OLE color: 15700196.
HSL color Cylindrical-coordinate representation of color #E490EF: hue angle of 293.05º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E490EF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 144 | 239 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.06 |
| HSL | 293.05º | 0.75% | 0.75% | - |
| HSV(B) | 293.05º | 0.4% | 0.94% | - |
| XYZ | 57.55 | 42.67 | 86.86 | - |
| YUV | 179.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 239 | 0.05 | 0.40 | 0 | 0.06 | 293.05 | 0.75 | 0.75 |
| Hex | E4 | 90 | EF | 5 | 28 | 0 | 6 | 125 | 4B | 4B |
| Octal | 344 | 220 | 357 | 5 | 50 | 0 | 6 | 445 | 113 | 113 |
| Binary | 11100100 | 10010000 | 11101111 | 101 | 101000 | 0 | 110 | 100100101 | 1001011 | 1001011 |
Color Harmonies of #E490EF
Complementary color
Monochromatic Colors of #E490EF
Black with #E490EF
Text Example
Text Example
White with #E490EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490EF; }
p { color: rgb(228,144,239); }
H1.HeaderClassName
{
color: #E490EF;
}
.AnyTagClassName
{
color: #E490EF;
}
</style>
background-color css
<style>
a { background-color: #E490EF; }
a { background-color: rgb(228,144,239); }
div.DivClassName
{
background-color: #E490EF;
}
.BgClassName
{
background-color: #E490EF;
}
</style>
border-color css
<style>
span { border-color: #E490EF; }
span { border-color: rgb(228,144,239); }
td.TdClassName
{
border-color: #E490EF;
}
.TagClassName
{
border-color: #E490EF;
}
</style>