Shades of Violet #E77FF2
Tints of Violet #E77FF2
RGB
CMYK
RGB Variations
Color information
#E77FF2 (or 0xE77FF2) is known color: Violet. HEX triplet: E7, 7F and F2. RGB value is (231,127,242). Sum of RGB (Red+Green+Blue) = 231+127+242=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #E77FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77FF2 is #18800D. Grayscale: #AAAAAA. Windows color (decimal): -1605646 or 15892455. OLE color: 15892455.
HSL color Cylindrical-coordinate representation of color #E77FF2: hue angle of 294.26º degrees, saturation: 0.82, 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 #E77FF2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 127 | 242 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.05 |
| HSL | 294.26º | 0.82% | 0.72% | - |
| HSV(B) | 294.26º | 0.48% | 0.95% | - |
| XYZ | 56.57 | 38.58 | 88.47 | - |
| YUV | 171.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 242 | 0.05 | 0.48 | 0 | 0.05 | 294.26 | 0.82 | 0.72 |
| Hex | E7 | 7F | F2 | 5 | 30 | 0 | 5 | 126 | 52 | 48 |
| Octal | 347 | 177 | 362 | 5 | 60 | 0 | 5 | 446 | 122 | 110 |
| Binary | 11100111 | 1111111 | 11110010 | 101 | 110000 | 0 | 101 | 100100110 | 1010010 | 1001000 |
Color Harmonies of #E77FF2
Complementary color
Monochromatic Colors of #E77FF2
Black with #E77FF2
Text Example
Text Example
White with #E77FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FF2; }
p { color: rgb(231,127,242); }
H1.HeaderClassName
{
color: #E77FF2;
}
.AnyTagClassName
{
color: #E77FF2;
}
</style>
background-color css
<style>
a { background-color: #E77FF2; }
a { background-color: rgb(231,127,242); }
div.DivClassName
{
background-color: #E77FF2;
}
.BgClassName
{
background-color: #E77FF2;
}
</style>
border-color css
<style>
span { border-color: #E77FF2; }
span { border-color: rgb(231,127,242); }
td.TdClassName
{
border-color: #E77FF2;
}
.TagClassName
{
border-color: #E77FF2;
}
</style>