Shades of Violet #E77DF1
Tints of Violet #E77DF1
RGB
CMYK
RGB Variations
Color information
#E77DF1 (or 0xE77DF1) is known color: Violet. HEX triplet: E7, 7D and F1. RGB value is (231,125,241). Sum of RGB (Red+Green+Blue) = 231+125+241=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #E77DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77DF1 is #18820E. Grayscale: #A9A9A9. Windows color (decimal): -1606159 or 15826407. OLE color: 15826407.
HSL color Cylindrical-coordinate representation of color #E77DF1: hue angle of 294.83º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77DF1 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 125 | 241 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.05 |
| HSL | 294.83º | 0.81% | 0.72% | - |
| HSV(B) | 294.83º | 0.48% | 0.95% | - |
| XYZ | 56.17 | 38.01 | 87.59 | - |
| YUV | 169.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 241 | 0.04 | 0.48 | 0 | 0.05 | 294.83 | 0.81 | 0.72 |
| Hex | E7 | 7D | F1 | 4 | 30 | 0 | 5 | 127 | 51 | 48 |
| Octal | 347 | 175 | 361 | 4 | 60 | 0 | 5 | 447 | 121 | 110 |
| Binary | 11100111 | 1111101 | 11110001 | 100 | 110000 | 0 | 101 | 100100111 | 1010001 | 1001000 |
Color Harmonies of #E77DF1
Complementary color
Monochromatic Colors of #E77DF1
Black with #E77DF1
Text Example
Text Example
White with #E77DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77DF1; }
p { color: rgb(231,125,241); }
H1.HeaderClassName
{
color: #E77DF1;
}
.AnyTagClassName
{
color: #E77DF1;
}
</style>
background-color css
<style>
a { background-color: #E77DF1; }
a { background-color: rgb(231,125,241); }
div.DivClassName
{
background-color: #E77DF1;
}
.BgClassName
{
background-color: #E77DF1;
}
</style>
border-color css
<style>
span { border-color: #E77DF1; }
span { border-color: rgb(231,125,241); }
td.TdClassName
{
border-color: #E77DF1;
}
.TagClassName
{
border-color: #E77DF1;
}
</style>