Shades of Violet #E77FF0
Tints of Violet #E77FF0
RGB
CMYK
RGB Variations
Color information
#E77FF0 (or 0xE77FF0) is known color: Violet. HEX triplet: E7, 7F and F0. RGB value is (231,127,240). Sum of RGB (Red+Green+Blue) = 231+127+240=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #E77FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77FF0 is #18800F. Grayscale: #AAAAAA. Windows color (decimal): -1605648 or 15761383. OLE color: 15761383.
HSL color Cylindrical-coordinate representation of color #E77FF0: hue angle of 295.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77FF0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 127 | 240 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.06 |
| HSL | 295.22º | 0.79% | 0.72% | - |
| HSV(B) | 295.22º | 0.47% | 0.94% | - |
| XYZ | 56.27 | 38.46 | 86.9 | - |
| YUV | 170.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 240 | 0.04 | 0.47 | 0 | 0.06 | 295.22 | 0.79 | 0.72 |
| Hex | E7 | 7F | F0 | 4 | 2F | 0 | 6 | 127 | 4F | 48 |
| Octal | 347 | 177 | 360 | 4 | 57 | 0 | 6 | 447 | 117 | 110 |
| Binary | 11100111 | 1111111 | 11110000 | 100 | 101111 | 0 | 110 | 100100111 | 1001111 | 1001000 |
Color Harmonies of #E77FF0
Complementary color
Monochromatic Colors of #E77FF0
Black with #E77FF0
Text Example
Text Example
White with #E77FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FF0; }
p { color: rgb(231,127,240); }
H1.HeaderClassName
{
color: #E77FF0;
}
.AnyTagClassName
{
color: #E77FF0;
}
</style>
background-color css
<style>
a { background-color: #E77FF0; }
a { background-color: rgb(231,127,240); }
div.DivClassName
{
background-color: #E77FF0;
}
.BgClassName
{
background-color: #E77FF0;
}
</style>
border-color css
<style>
span { border-color: #E77FF0; }
span { border-color: rgb(231,127,240); }
td.TdClassName
{
border-color: #E77FF0;
}
.TagClassName
{
border-color: #E77FF0;
}
</style>