Shades of Violet #E290F8
Tints of Violet #E290F8
RGB
CMYK
RGB Variations
Color information
#E290F8 (or 0xE290F8) is known color: Violet. HEX triplet: E2, 90 and F8. RGB value is (226,144,248). Sum of RGB (Red+Green+Blue) = 226+144+248=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #E290F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290F8 is #1D6F07. Grayscale: #B4B4B4. Windows color (decimal): -1928968 or 16290018. OLE color: 16290018.
HSL color Cylindrical-coordinate representation of color #E290F8: hue angle of 287.31º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E290F8 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 144 | 248 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.03 |
| HSL | 287.31º | 0.88% | 0.77% | - |
| HSV(B) | 287.31º | 0.42% | 0.97% | - |
| XYZ | 58.28 | 42.89 | 94.01 | - |
| YUV | 180.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 248 | 0.09 | 0.42 | 0 | 0.03 | 287.31 | 0.88 | 0.77 |
| Hex | E2 | 90 | F8 | 9 | 2A | 0 | 3 | 11F | 58 | 4D |
| Octal | 342 | 220 | 370 | 11 | 52 | 0 | 3 | 437 | 130 | 115 |
| Binary | 11100010 | 10010000 | 11111000 | 1001 | 101010 | 0 | 11 | 100011111 | 1011000 | 1001101 |
Color Harmonies of #E290F8
Complementary color
Monochromatic Colors of #E290F8
Black with #E290F8
Text Example
Text Example
White with #E290F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290F8; }
p { color: rgb(226,144,248); }
H1.HeaderClassName
{
color: #E290F8;
}
.AnyTagClassName
{
color: #E290F8;
}
</style>
background-color css
<style>
a { background-color: #E290F8; }
a { background-color: rgb(226,144,248); }
div.DivClassName
{
background-color: #E290F8;
}
.BgClassName
{
background-color: #E290F8;
}
</style>
border-color css
<style>
span { border-color: #E290F8; }
span { border-color: rgb(226,144,248); }
td.TdClassName
{
border-color: #E290F8;
}
.TagClassName
{
border-color: #E290F8;
}
</style>