Shades of Violet #E779F1
Tints of Violet #E779F1
RGB
CMYK
RGB Variations
Color information
#E779F1 (or 0xE779F1) is known color: Violet. HEX triplet: E7, 79 and F1. RGB value is (231,121,241). Sum of RGB (Red+Green+Blue) = 231+121+241=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #E779F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E779F1 is #18860E. Grayscale: #A7A7A7. Windows color (decimal): -1607183 or 15825383. OLE color: 15825383.
HSL color Cylindrical-coordinate representation of color #E779F1: hue angle of 295º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E779F1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 121 | 241 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.05 |
| HSL | 295º | 0.81% | 0.71% | - |
| HSV(B) | 295º | 0.5% | 0.95% | - |
| XYZ | 55.67 | 37.01 | 87.43 | - |
| YUV | 167.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 241 | 0.04 | 0.50 | 0 | 0.05 | 295 | 0.81 | 0.71 |
| Hex | E7 | 79 | F1 | 4 | 32 | 0 | 5 | 127 | 51 | 47 |
| Octal | 347 | 171 | 361 | 4 | 62 | 0 | 5 | 447 | 121 | 107 |
| Binary | 11100111 | 1111001 | 11110001 | 100 | 110010 | 0 | 101 | 100100111 | 1010001 | 1000111 |
Color Harmonies of #E779F1
Complementary color
Monochromatic Colors of #E779F1
Black with #E779F1
Text Example
Text Example
White with #E779F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779F1; }
p { color: rgb(231,121,241); }
H1.HeaderClassName
{
color: #E779F1;
}
.AnyTagClassName
{
color: #E779F1;
}
</style>
background-color css
<style>
a { background-color: #E779F1; }
a { background-color: rgb(231,121,241); }
div.DivClassName
{
background-color: #E779F1;
}
.BgClassName
{
background-color: #E779F1;
}
</style>
border-color css
<style>
span { border-color: #E779F1; }
span { border-color: rgb(231,121,241); }
td.TdClassName
{
border-color: #E779F1;
}
.TagClassName
{
border-color: #E779F1;
}
</style>