Shades of Violet #EF91F8
Tints of Violet #EF91F8
RGB
CMYK
RGB Variations
Color information
#EF91F8 (or 0xEF91F8) is known color: Violet. HEX triplet: EF, 91 and F8. RGB value is (239,145,248). Sum of RGB (Red+Green+Blue) = 239+145+248=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF91F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91F8 is #106E07. Grayscale: #B8B8B8. Windows color (decimal): -1076744 or 16290287. OLE color: 16290287.
HSL color Cylindrical-coordinate representation of color #EF91F8: hue angle of 294.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF91F8 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 145 | 248 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.03 |
| HSL | 294.76º | 0.88% | 0.77% | - |
| HSV(B) | 294.76º | 0.42% | 0.97% | - |
| XYZ | 62.67 | 45.38 | 94.26 | - |
| YUV | 184.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 248 | 0.04 | 0.42 | 0 | 0.03 | 294.76 | 0.88 | 0.77 |
| Hex | EF | 91 | F8 | 4 | 2A | 0 | 3 | 127 | 58 | 4D |
| Octal | 357 | 221 | 370 | 4 | 52 | 0 | 3 | 447 | 130 | 115 |
| Binary | 11101111 | 10010001 | 11111000 | 100 | 101010 | 0 | 11 | 100100111 | 1011000 | 1001101 |
Color Harmonies of #EF91F8
Complementary color
Monochromatic Colors of #EF91F8
Black with #EF91F8
Text Example
Text Example
White with #EF91F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91F8; }
p { color: rgb(239,145,248); }
H1.HeaderClassName
{
color: #EF91F8;
}
.AnyTagClassName
{
color: #EF91F8;
}
</style>
background-color css
<style>
a { background-color: #EF91F8; }
a { background-color: rgb(239,145,248); }
div.DivClassName
{
background-color: #EF91F8;
}
.BgClassName
{
background-color: #EF91F8;
}
</style>
border-color css
<style>
span { border-color: #EF91F8; }
span { border-color: rgb(239,145,248); }
td.TdClassName
{
border-color: #EF91F8;
}
.TagClassName
{
border-color: #EF91F8;
}
</style>