Shades of Violet #E77FF1
Tints of Violet #E77FF1
RGB
CMYK
RGB Variations
Color information
#E77FF1 (or 0xE77FF1) is known color: Violet. HEX triplet: E7, 7F and F1. RGB value is (231,127,241). Sum of RGB (Red+Green+Blue) = 231+127+241=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #E77FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77FF1 is #18800E. Grayscale: #AAAAAA. Windows color (decimal): -1605647 or 15826919. OLE color: 15826919.
HSL color Cylindrical-coordinate representation of color #E77FF1: hue angle of 294.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77FF1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 127 | 241 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.05 |
| HSL | 294.74º | 0.8% | 0.72% | - |
| HSV(B) | 294.74º | 0.47% | 0.95% | - |
| XYZ | 56.42 | 38.52 | 87.68 | - |
| YUV | 171.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 241 | 0.04 | 0.47 | 0 | 0.05 | 294.74 | 0.8 | 0.72 |
| Hex | E7 | 7F | F1 | 4 | 2F | 0 | 5 | 127 | 50 | 48 |
| Octal | 347 | 177 | 361 | 4 | 57 | 0 | 5 | 447 | 120 | 110 |
| Binary | 11100111 | 1111111 | 11110001 | 100 | 101111 | 0 | 101 | 100100111 | 1010000 | 1001000 |
Color Harmonies of #E77FF1
Complementary color
Monochromatic Colors of #E77FF1
Black with #E77FF1
Text Example
Text Example
White with #E77FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FF1; }
p { color: rgb(231,127,241); }
H1.HeaderClassName
{
color: #E77FF1;
}
.AnyTagClassName
{
color: #E77FF1;
}
</style>
background-color css
<style>
a { background-color: #E77FF1; }
a { background-color: rgb(231,127,241); }
div.DivClassName
{
background-color: #E77FF1;
}
.BgClassName
{
background-color: #E77FF1;
}
</style>
border-color css
<style>
span { border-color: #E77FF1; }
span { border-color: rgb(231,127,241); }
td.TdClassName
{
border-color: #E77FF1;
}
.TagClassName
{
border-color: #E77FF1;
}
</style>