Shades of Violet #EF99F6
Tints of Violet #EF99F6
RGB
CMYK
RGB Variations
Color information
#EF99F6 (or 0xEF99F6) is known color: Violet. HEX triplet: EF, 99 and F6. RGB value is (239,153,246). Sum of RGB (Red+Green+Blue) = 239+153+246=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 153 (60.16% from 255 or 23.98% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF99F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99F6 is #106609. Grayscale: #BDBDBD. Windows color (decimal): -1074698 or 16161263. OLE color: 16161263.
HSL color Cylindrical-coordinate representation of color #EF99F6: hue angle of 295.48º 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 #EF99F6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 153 | 246 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.04 |
| HSL | 295.48º | 0.84% | 0.78% | - |
| HSV(B) | 295.48º | 0.38% | 0.96% | - |
| XYZ | 63.62 | 47.79 | 93.06 | - |
| YUV | 189.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 246 | 0.03 | 0.38 | 0 | 0.04 | 295.48 | 0.84 | 0.78 |
| Hex | EF | 99 | F6 | 3 | 26 | 0 | 4 | 127 | 54 | 4E |
| Octal | 357 | 231 | 366 | 3 | 46 | 0 | 4 | 447 | 124 | 116 |
| Binary | 11101111 | 10011001 | 11110110 | 11 | 100110 | 0 | 100 | 100100111 | 1010100 | 1001110 |
Color Harmonies of #EF99F6
Complementary color
Monochromatic Colors of #EF99F6
Black with #EF99F6
Text Example
Text Example
White with #EF99F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99F6; }
p { color: rgb(239,153,246); }
H1.HeaderClassName
{
color: #EF99F6;
}
.AnyTagClassName
{
color: #EF99F6;
}
</style>
background-color css
<style>
a { background-color: #EF99F6; }
a { background-color: rgb(239,153,246); }
div.DivClassName
{
background-color: #EF99F6;
}
.BgClassName
{
background-color: #EF99F6;
}
</style>
border-color css
<style>
span { border-color: #EF99F6; }
span { border-color: rgb(239,153,246); }
td.TdClassName
{
border-color: #EF99F6;
}
.TagClassName
{
border-color: #EF99F6;
}
</style>