Shades of Violet #EF99F8
Tints of Violet #EF99F8
RGB
CMYK
RGB Variations
Color information
#EF99F8 (or 0xEF99F8) is known color: Violet. HEX triplet: EF, 99 and F8. RGB value is (239,153,248). Sum of RGB (Red+Green+Blue) = 239+153+248=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF99F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99F8 is #106607. Grayscale: #BDBDBD. Windows color (decimal): -1074696 or 16292335. OLE color: 16292335.
HSL color Cylindrical-coordinate representation of color #EF99F8: hue angle of 294.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF99F8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 153 | 248 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.03 |
| HSL | 294.32º | 0.87% | 0.79% | - |
| HSV(B) | 294.32º | 0.38% | 0.97% | - |
| XYZ | 63.93 | 47.91 | 94.69 | - |
| YUV | 189.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 248 | 0.04 | 0.38 | 0 | 0.03 | 294.32 | 0.87 | 0.79 |
| Hex | EF | 99 | F8 | 4 | 26 | 0 | 3 | 126 | 57 | 4F |
| Octal | 357 | 231 | 370 | 4 | 46 | 0 | 3 | 446 | 127 | 117 |
| Binary | 11101111 | 10011001 | 11111000 | 100 | 100110 | 0 | 11 | 100100110 | 1010111 | 1001111 |
Color Harmonies of #EF99F8
Complementary color
Monochromatic Colors of #EF99F8
Black with #EF99F8
Text Example
Text Example
White with #EF99F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99F8; }
p { color: rgb(239,153,248); }
H1.HeaderClassName
{
color: #EF99F8;
}
.AnyTagClassName
{
color: #EF99F8;
}
</style>
background-color css
<style>
a { background-color: #EF99F8; }
a { background-color: rgb(239,153,248); }
div.DivClassName
{
background-color: #EF99F8;
}
.BgClassName
{
background-color: #EF99F8;
}
</style>
border-color css
<style>
span { border-color: #EF99F8; }
span { border-color: rgb(239,153,248); }
td.TdClassName
{
border-color: #EF99F8;
}
.TagClassName
{
border-color: #EF99F8;
}
</style>