Shades of Violet #EF98F6
Tints of Violet #EF98F6
RGB
CMYK
RGB Variations
Color information
#EF98F6 (or 0xEF98F6) is known color: Violet. HEX triplet: EF, 98 and F6. RGB value is (239,152,246). Sum of RGB (Red+Green+Blue) = 239+152+246=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF98F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF98F6 is #106709. Grayscale: #BCBCBC. Windows color (decimal): -1074954 or 16161007. OLE color: 16161007.
HSL color Cylindrical-coordinate representation of color #EF98F6: hue angle of 295.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF98F6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 152 | 246 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.04 |
| HSL | 295.53º | 0.84% | 0.78% | - |
| HSV(B) | 295.53º | 0.38% | 0.96% | - |
| XYZ | 63.46 | 47.46 | 93.01 | - |
| YUV | 188.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 246 | 0.03 | 0.38 | 0 | 0.04 | 295.53 | 0.84 | 0.78 |
| Hex | EF | 98 | F6 | 3 | 26 | 0 | 4 | 128 | 54 | 4E |
| Octal | 357 | 230 | 366 | 3 | 46 | 0 | 4 | 450 | 124 | 116 |
| Binary | 11101111 | 10011000 | 11110110 | 11 | 100110 | 0 | 100 | 100101000 | 1010100 | 1001110 |
Color Harmonies of #EF98F6
Complementary color
Monochromatic Colors of #EF98F6
Black with #EF98F6
Text Example
Text Example
White with #EF98F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98F6; }
p { color: rgb(239,152,246); }
H1.HeaderClassName
{
color: #EF98F6;
}
.AnyTagClassName
{
color: #EF98F6;
}
</style>
background-color css
<style>
a { background-color: #EF98F6; }
a { background-color: rgb(239,152,246); }
div.DivClassName
{
background-color: #EF98F6;
}
.BgClassName
{
background-color: #EF98F6;
}
</style>
border-color css
<style>
span { border-color: #EF98F6; }
span { border-color: rgb(239,152,246); }
td.TdClassName
{
border-color: #EF98F6;
}
.TagClassName
{
border-color: #EF98F6;
}
</style>