Shades of Violet #E77FEF
Tints of Violet #E77FEF
RGB
CMYK
RGB Variations
Color information
#E77FEF (or 0xE77FEF) is known color: Violet. HEX triplet: E7, 7F and EF. RGB value is (231,127,239). Sum of RGB (Red+Green+Blue) = 231+127+239=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #E77FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77FEF is #188010. Grayscale: #AAAAAA. Windows color (decimal): -1605649 or 15695847. OLE color: 15695847.
HSL color Cylindrical-coordinate representation of color #E77FEF: hue angle of 295.71º degrees, saturation: 0.78, 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 #E77FEF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 127 | 239 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.06 |
| HSL | 295.71º | 0.78% | 0.72% | - |
| HSV(B) | 295.71º | 0.47% | 0.94% | - |
| XYZ | 56.12 | 38.4 | 86.12 | - |
| YUV | 170.86 | 166.46 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 239 | 0.03 | 0.47 | 0 | 0.06 | 295.71 | 0.78 | 0.72 |
| Hex | E7 | 7F | EF | 3 | 2F | 0 | 6 | 128 | 4E | 48 |
| Octal | 347 | 177 | 357 | 3 | 57 | 0 | 6 | 450 | 116 | 110 |
| Binary | 11100111 | 1111111 | 11101111 | 11 | 101111 | 0 | 110 | 100101000 | 1001110 | 1001000 |
Color Harmonies of #E77FEF
Complementary color
Monochromatic Colors of #E77FEF
Black with #E77FEF
Text Example
Text Example
White with #E77FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FEF; }
p { color: rgb(231,127,239); }
H1.HeaderClassName
{
color: #E77FEF;
}
.AnyTagClassName
{
color: #E77FEF;
}
</style>
background-color css
<style>
a { background-color: #E77FEF; }
a { background-color: rgb(231,127,239); }
div.DivClassName
{
background-color: #E77FEF;
}
.BgClassName
{
background-color: #E77FEF;
}
</style>
border-color css
<style>
span { border-color: #E77FEF; }
span { border-color: rgb(231,127,239); }
td.TdClassName
{
border-color: #E77FEF;
}
.TagClassName
{
border-color: #E77FEF;
}
</style>