Shades of Violet #E291F7
Tints of Violet #E291F7
RGB
CMYK
RGB Variations
Color information
#E291F7 (or 0xE291F7) is known color: Violet. HEX triplet: E2, 91 and F7. RGB value is (226,145,247). Sum of RGB (Red+Green+Blue) = 226+145+247=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #E291F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291F7 is #1D6E08. Grayscale: #B4B4B4. Windows color (decimal): -1928713 or 16224738. OLE color: 16224738.
HSL color Cylindrical-coordinate representation of color #E291F7: hue angle of 287.65º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E291F7 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 145 | 247 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.03 |
| HSL | 287.65º | 0.86% | 0.77% | - |
| HSV(B) | 287.65º | 0.41% | 0.97% | - |
| XYZ | 58.28 | 43.13 | 93.25 | - |
| YUV | 180.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 247 | 0.09 | 0.41 | 0 | 0.03 | 287.65 | 0.86 | 0.77 |
| Hex | E2 | 91 | F7 | 9 | 29 | 0 | 3 | 120 | 56 | 4D |
| Octal | 342 | 221 | 367 | 11 | 51 | 0 | 3 | 440 | 126 | 115 |
| Binary | 11100010 | 10010001 | 11110111 | 1001 | 101001 | 0 | 11 | 100100000 | 1010110 | 1001101 |
Color Harmonies of #E291F7
Complementary color
Monochromatic Colors of #E291F7
Black with #E291F7
Text Example
Text Example
White with #E291F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291F7; }
p { color: rgb(226,145,247); }
H1.HeaderClassName
{
color: #E291F7;
}
.AnyTagClassName
{
color: #E291F7;
}
</style>
background-color css
<style>
a { background-color: #E291F7; }
a { background-color: rgb(226,145,247); }
div.DivClassName
{
background-color: #E291F7;
}
.BgClassName
{
background-color: #E291F7;
}
</style>
border-color css
<style>
span { border-color: #E291F7; }
span { border-color: rgb(226,145,247); }
td.TdClassName
{
border-color: #E291F7;
}
.TagClassName
{
border-color: #E291F7;
}
</style>