Shades of Violet #E292F7
Tints of Violet #E292F7
RGB
CMYK
RGB Variations
Color information
#E292F7 (or 0xE292F7) is known color: Violet. HEX triplet: E2, 92 and F7. RGB value is (226,146,247). Sum of RGB (Red+Green+Blue) = 226+146+247=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #E292F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292F7 is #1D6D08. Grayscale: #B5B5B5. Windows color (decimal): -1928457 or 16224994. OLE color: 16224994.
HSL color Cylindrical-coordinate representation of color #E292F7: hue angle of 287.52º 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 #E292F7 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 146 | 247 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.03 |
| HSL | 287.52º | 0.86% | 0.77% | - |
| HSV(B) | 287.52º | 0.41% | 0.97% | - |
| XYZ | 58.43 | 43.44 | 93.3 | - |
| YUV | 181.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 247 | 0.09 | 0.41 | 0 | 0.03 | 287.52 | 0.86 | 0.77 |
| Hex | E2 | 92 | F7 | 9 | 29 | 0 | 3 | 120 | 56 | 4D |
| Octal | 342 | 222 | 367 | 11 | 51 | 0 | 3 | 440 | 126 | 115 |
| Binary | 11100010 | 10010010 | 11110111 | 1001 | 101001 | 0 | 11 | 100100000 | 1010110 | 1001101 |
Color Harmonies of #E292F7
Complementary color
Monochromatic Colors of #E292F7
Black with #E292F7
Text Example
Text Example
White with #E292F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292F7; }
p { color: rgb(226,146,247); }
H1.HeaderClassName
{
color: #E292F7;
}
.AnyTagClassName
{
color: #E292F7;
}
</style>
background-color css
<style>
a { background-color: #E292F7; }
a { background-color: rgb(226,146,247); }
div.DivClassName
{
background-color: #E292F7;
}
.BgClassName
{
background-color: #E292F7;
}
</style>
border-color css
<style>
span { border-color: #E292F7; }
span { border-color: rgb(226,146,247); }
td.TdClassName
{
border-color: #E292F7;
}
.TagClassName
{
border-color: #E292F7;
}
</style>