Shades of Violet #EF91F7
Tints of Violet #EF91F7
RGB
CMYK
RGB Variations
Color information
#EF91F7 (or 0xEF91F7) is known color: Violet. HEX triplet: EF, 91 and F7. RGB value is (239,145,247). Sum of RGB (Red+Green+Blue) = 239+145+247=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 145 (57.03% from 255 or 22.98% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF91F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91F7 is #106E08. Grayscale: #B8B8B8. Windows color (decimal): -1076745 or 16224751. OLE color: 16224751.
HSL color Cylindrical-coordinate representation of color #EF91F7: hue angle of 295.29º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF91F7 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 145 | 247 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.03 |
| HSL | 295.29º | 0.86% | 0.77% | - |
| HSV(B) | 295.29º | 0.41% | 0.97% | - |
| XYZ | 62.51 | 45.32 | 93.45 | - |
| YUV | 184.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 247 | 0.03 | 0.41 | 0 | 0.03 | 295.29 | 0.86 | 0.77 |
| Hex | EF | 91 | F7 | 3 | 29 | 0 | 3 | 127 | 56 | 4D |
| Octal | 357 | 221 | 367 | 3 | 51 | 0 | 3 | 447 | 126 | 115 |
| Binary | 11101111 | 10010001 | 11110111 | 11 | 101001 | 0 | 11 | 100100111 | 1010110 | 1001101 |
Color Harmonies of #EF91F7
Complementary color
Monochromatic Colors of #EF91F7
Black with #EF91F7
Text Example
Text Example
White with #EF91F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91F7; }
p { color: rgb(239,145,247); }
H1.HeaderClassName
{
color: #EF91F7;
}
.AnyTagClassName
{
color: #EF91F7;
}
</style>
background-color css
<style>
a { background-color: #EF91F7; }
a { background-color: rgb(239,145,247); }
div.DivClassName
{
background-color: #EF91F7;
}
.BgClassName
{
background-color: #EF91F7;
}
</style>
border-color css
<style>
span { border-color: #EF91F7; }
span { border-color: rgb(239,145,247); }
td.TdClassName
{
border-color: #EF91F7;
}
.TagClassName
{
border-color: #EF91F7;
}
</style>