Shades of Violet #EF77F7
Tints of Violet #EF77F7
RGB
CMYK
RGB Variations
Color information
#EF77F7 (or 0xEF77F7) is known color: Violet. HEX triplet: EF, 77 and F7. RGB value is (239,119,247). Sum of RGB (Red+Green+Blue) = 239+119+247=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF77F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77F7 is #108808. Grayscale: #A9A9A9. Windows color (decimal): -1083401 or 16218095. OLE color: 16218095.
HSL color Cylindrical-coordinate representation of color #EF77F7: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF77F7 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 119 | 247 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.03 |
| HSL | 296.25º | 0.89% | 0.72% | - |
| HSV(B) | 296.25º | 0.52% | 0.97% | - |
| XYZ | 58.98 | 38.26 | 92.27 | - |
| YUV | 169.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 247 | 0.03 | 0.52 | 0 | 0.03 | 296.25 | 0.89 | 0.72 |
| Hex | EF | 77 | F7 | 3 | 34 | 0 | 3 | 128 | 59 | 48 |
| Octal | 357 | 167 | 367 | 3 | 64 | 0 | 3 | 450 | 131 | 110 |
| Binary | 11101111 | 1110111 | 11110111 | 11 | 110100 | 0 | 11 | 100101000 | 1011001 | 1001000 |
Color Harmonies of #EF77F7
Complementary color
Monochromatic Colors of #EF77F7
Black with #EF77F7
Text Example
Text Example
White with #EF77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77F7; }
p { color: rgb(239,119,247); }
H1.HeaderClassName
{
color: #EF77F7;
}
.AnyTagClassName
{
color: #EF77F7;
}
</style>
background-color css
<style>
a { background-color: #EF77F7; }
a { background-color: rgb(239,119,247); }
div.DivClassName
{
background-color: #EF77F7;
}
.BgClassName
{
background-color: #EF77F7;
}
</style>
border-color css
<style>
span { border-color: #EF77F7; }
span { border-color: rgb(239,119,247); }
td.TdClassName
{
border-color: #EF77F7;
}
.TagClassName
{
border-color: #EF77F7;
}
</style>