Shades of Violet #E294F7
Tints of Violet #E294F7
RGB
CMYK
RGB Variations
Color information
#E294F7 (or 0xE294F7) is known color: Violet. HEX triplet: E2, 94 and F7. RGB value is (226,148,247). Sum of RGB (Red+Green+Blue) = 226+148+247=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #E294F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294F7 is #1D6B08. Grayscale: #B6B6B6. Windows color (decimal): -1927945 or 16225506. OLE color: 16225506.
HSL color Cylindrical-coordinate representation of color #E294F7: hue angle of 287.27º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E294F7 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 148 | 247 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.03 |
| HSL | 287.27º | 0.86% | 0.77% | - |
| HSV(B) | 287.27º | 0.4% | 0.97% | - |
| XYZ | 58.74 | 44.06 | 93.4 | - |
| YUV | 182.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 247 | 0.09 | 0.40 | 0 | 0.03 | 287.27 | 0.86 | 0.77 |
| Hex | E2 | 94 | F7 | 9 | 28 | 0 | 3 | 11F | 56 | 4D |
| Octal | 342 | 224 | 367 | 11 | 50 | 0 | 3 | 437 | 126 | 115 |
| Binary | 11100010 | 10010100 | 11110111 | 1001 | 101000 | 0 | 11 | 100011111 | 1010110 | 1001101 |
Color Harmonies of #E294F7
Complementary color
Monochromatic Colors of #E294F7
Black with #E294F7
Text Example
Text Example
White with #E294F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294F7; }
p { color: rgb(226,148,247); }
H1.HeaderClassName
{
color: #E294F7;
}
.AnyTagClassName
{
color: #E294F7;
}
</style>
background-color css
<style>
a { background-color: #E294F7; }
a { background-color: rgb(226,148,247); }
div.DivClassName
{
background-color: #E294F7;
}
.BgClassName
{
background-color: #E294F7;
}
</style>
border-color css
<style>
span { border-color: #E294F7; }
span { border-color: rgb(226,148,247); }
td.TdClassName
{
border-color: #E294F7;
}
.TagClassName
{
border-color: #E294F7;
}
</style>