Shades of Violet #E294F0
Tints of Violet #E294F0
RGB
CMYK
RGB Variations
Color information
#E294F0 (or 0xE294F0) is known color: Violet. HEX triplet: E2, 94 and F0. RGB value is (226,148,240). Sum of RGB (Red+Green+Blue) = 226+148+240=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #E294F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294F0 is #1D6B0F. Grayscale: #B5B5B5. Windows color (decimal): -1927952 or 15766754. OLE color: 15766754.
HSL color Cylindrical-coordinate representation of color #E294F0: hue angle of 290.87º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E294F0 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 148 | 240 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.06 |
| HSL | 290.87º | 0.75% | 0.76% | - |
| HSV(B) | 290.87º | 0.38% | 0.94% | - |
| XYZ | 57.68 | 43.64 | 87.82 | - |
| YUV | 181.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 240 | 0.06 | 0.38 | 0 | 0.06 | 290.87 | 0.75 | 0.76 |
| Hex | E2 | 94 | F0 | 6 | 26 | 0 | 6 | 123 | 4B | 4C |
| Octal | 342 | 224 | 360 | 6 | 46 | 0 | 6 | 443 | 113 | 114 |
| Binary | 11100010 | 10010100 | 11110000 | 110 | 100110 | 0 | 110 | 100100011 | 1001011 | 1001100 |
Color Harmonies of #E294F0
Complementary color
Monochromatic Colors of #E294F0
Black with #E294F0
Text Example
Text Example
White with #E294F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294F0; }
p { color: rgb(226,148,240); }
H1.HeaderClassName
{
color: #E294F0;
}
.AnyTagClassName
{
color: #E294F0;
}
</style>
background-color css
<style>
a { background-color: #E294F0; }
a { background-color: rgb(226,148,240); }
div.DivClassName
{
background-color: #E294F0;
}
.BgClassName
{
background-color: #E294F0;
}
</style>
border-color css
<style>
span { border-color: #E294F0; }
span { border-color: rgb(226,148,240); }
td.TdClassName
{
border-color: #E294F0;
}
.TagClassName
{
border-color: #E294F0;
}
</style>