Shades of Violet #EF98F8
Tints of Violet #EF98F8
RGB
CMYK
RGB Variations
Color information
#EF98F8 (or 0xEF98F8) is known color: Violet. HEX triplet: EF, 98 and F8. RGB value is (239,152,248). Sum of RGB (Red+Green+Blue) = 239+152+248=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF98F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF98F8 is #106707. Grayscale: #BCBCBC. Windows color (decimal): -1074952 or 16292079. OLE color: 16292079.
HSL color Cylindrical-coordinate representation of color #EF98F8: hue angle of 294.38º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF98F8 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 152 | 248 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.03 |
| HSL | 294.38º | 0.87% | 0.78% | - |
| HSV(B) | 294.38º | 0.39% | 0.97% | - |
| XYZ | 63.77 | 47.58 | 94.63 | - |
| YUV | 188.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 248 | 0.04 | 0.39 | 0 | 0.03 | 294.38 | 0.87 | 0.78 |
| Hex | EF | 98 | F8 | 4 | 27 | 0 | 3 | 126 | 57 | 4E |
| Octal | 357 | 230 | 370 | 4 | 47 | 0 | 3 | 446 | 127 | 116 |
| Binary | 11101111 | 10011000 | 11111000 | 100 | 100111 | 0 | 11 | 100100110 | 1010111 | 1001110 |
Color Harmonies of #EF98F8
Complementary color
Monochromatic Colors of #EF98F8
Black with #EF98F8
Text Example
Text Example
White with #EF98F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98F8; }
p { color: rgb(239,152,248); }
H1.HeaderClassName
{
color: #EF98F8;
}
.AnyTagClassName
{
color: #EF98F8;
}
</style>
background-color css
<style>
a { background-color: #EF98F8; }
a { background-color: rgb(239,152,248); }
div.DivClassName
{
background-color: #EF98F8;
}
.BgClassName
{
background-color: #EF98F8;
}
</style>
border-color css
<style>
span { border-color: #EF98F8; }
span { border-color: rgb(239,152,248); }
td.TdClassName
{
border-color: #EF98F8;
}
.TagClassName
{
border-color: #EF98F8;
}
</style>