Shades of Violet #E779F0
Tints of Violet #E779F0
RGB
CMYK
RGB Variations
Color information
#E779F0 (or 0xE779F0) is known color: Violet. HEX triplet: E7, 79 and F0. RGB value is (231,121,240). Sum of RGB (Red+Green+Blue) = 231+121+240=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 121 (47.66% from 255 or 20.44% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #E779F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E779F0 is #18860F. Grayscale: #A7A7A7. Windows color (decimal): -1607184 or 15759847. OLE color: 15759847.
HSL color Cylindrical-coordinate representation of color #E779F0: hue angle of 295.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E779F0 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 121 | 240 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.06 |
| HSL | 295.46º | 0.8% | 0.71% | - |
| HSV(B) | 295.46º | 0.5% | 0.94% | - |
| XYZ | 55.52 | 36.95 | 86.64 | - |
| YUV | 167.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 240 | 0.04 | 0.50 | 0 | 0.06 | 295.46 | 0.8 | 0.71 |
| Hex | E7 | 79 | F0 | 4 | 32 | 0 | 6 | 127 | 50 | 47 |
| Octal | 347 | 171 | 360 | 4 | 62 | 0 | 6 | 447 | 120 | 107 |
| Binary | 11100111 | 1111001 | 11110000 | 100 | 110010 | 0 | 110 | 100100111 | 1010000 | 1000111 |
Color Harmonies of #E779F0
Complementary color
Monochromatic Colors of #E779F0
Black with #E779F0
Text Example
Text Example
White with #E779F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779F0; }
p { color: rgb(231,121,240); }
H1.HeaderClassName
{
color: #E779F0;
}
.AnyTagClassName
{
color: #E779F0;
}
</style>
background-color css
<style>
a { background-color: #E779F0; }
a { background-color: rgb(231,121,240); }
div.DivClassName
{
background-color: #E779F0;
}
.BgClassName
{
background-color: #E779F0;
}
</style>
border-color css
<style>
span { border-color: #E779F0; }
span { border-color: rgb(231,121,240); }
td.TdClassName
{
border-color: #E779F0;
}
.TagClassName
{
border-color: #E779F0;
}
</style>