Shades of Violet #E791F0
Tints of Violet #E791F0
RGB
CMYK
RGB Variations
Color information
#E791F0 (or 0xE791F0) is known color: Violet. HEX triplet: E7, 91 and F0. RGB value is (231,145,240). Sum of RGB (Red+Green+Blue) = 231+145+240=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #E791F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E791F0 is #186E0F. Grayscale: #B5B5B5. Windows color (decimal): -1601040 or 15765991. OLE color: 15765991.
HSL color Cylindrical-coordinate representation of color #E791F0: hue angle of 294.32º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E791F0 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 145 | 240 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.06 |
| HSL | 294.32º | 0.76% | 0.75% | - |
| HSV(B) | 294.32º | 0.4% | 0.94% | - |
| XYZ | 58.81 | 43.53 | 87.74 | - |
| YUV | 181.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 240 | 0.04 | 0.40 | 0 | 0.06 | 294.32 | 0.76 | 0.75 |
| Hex | E7 | 91 | F0 | 4 | 28 | 0 | 6 | 126 | 4C | 4B |
| Octal | 347 | 221 | 360 | 4 | 50 | 0 | 6 | 446 | 114 | 113 |
| Binary | 11100111 | 10010001 | 11110000 | 100 | 101000 | 0 | 110 | 100100110 | 1001100 | 1001011 |
Color Harmonies of #E791F0
Complementary color
Monochromatic Colors of #E791F0
Black with #E791F0
Text Example
Text Example
White with #E791F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791F0; }
p { color: rgb(231,145,240); }
H1.HeaderClassName
{
color: #E791F0;
}
.AnyTagClassName
{
color: #E791F0;
}
</style>
background-color css
<style>
a { background-color: #E791F0; }
a { background-color: rgb(231,145,240); }
div.DivClassName
{
background-color: #E791F0;
}
.BgClassName
{
background-color: #E791F0;
}
</style>
border-color css
<style>
span { border-color: #E791F0; }
span { border-color: rgb(231,145,240); }
td.TdClassName
{
border-color: #E791F0;
}
.TagClassName
{
border-color: #E791F0;
}
</style>