Shades of Violet #E794F0
Tints of Violet #E794F0
RGB
CMYK
RGB Variations
Color information
#E794F0 (or 0xE794F0) is known color: Violet. HEX triplet: E7, 94 and F0. RGB value is (231,148,240). Sum of RGB (Red+Green+Blue) = 231+148+240=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #E794F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E794F0 is #186B0F. Grayscale: #B7B7B7. Windows color (decimal): -1600272 or 15766759. OLE color: 15766759.
HSL color Cylindrical-coordinate representation of color #E794F0: hue angle of 294.13º 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 #E794F0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 148 | 240 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.06 |
| HSL | 294.13º | 0.75% | 0.76% | - |
| HSV(B) | 294.13º | 0.38% | 0.94% | - |
| XYZ | 59.27 | 44.46 | 87.9 | - |
| YUV | 183.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 240 | 0.04 | 0.38 | 0 | 0.06 | 294.13 | 0.75 | 0.76 |
| Hex | E7 | 94 | F0 | 4 | 26 | 0 | 6 | 126 | 4B | 4C |
| Octal | 347 | 224 | 360 | 4 | 46 | 0 | 6 | 446 | 113 | 114 |
| Binary | 11100111 | 10010100 | 11110000 | 100 | 100110 | 0 | 110 | 100100110 | 1001011 | 1001100 |
Color Harmonies of #E794F0
Complementary color
Monochromatic Colors of #E794F0
Black with #E794F0
Text Example
Text Example
White with #E794F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794F0; }
p { color: rgb(231,148,240); }
H1.HeaderClassName
{
color: #E794F0;
}
.AnyTagClassName
{
color: #E794F0;
}
</style>
background-color css
<style>
a { background-color: #E794F0; }
a { background-color: rgb(231,148,240); }
div.DivClassName
{
background-color: #E794F0;
}
.BgClassName
{
background-color: #E794F0;
}
</style>
border-color css
<style>
span { border-color: #E794F0; }
span { border-color: rgb(231,148,240); }
td.TdClassName
{
border-color: #E794F0;
}
.TagClassName
{
border-color: #E794F0;
}
</style>