Shades of Violet #EF81F9
Tints of Violet #EF81F9
RGB
CMYK
RGB Variations
Color information
#EF81F9 (or 0xEF81F9) is known color: Violet. HEX triplet: EF, 81 and F9. RGB value is (239,129,249). Sum of RGB (Red+Green+Blue) = 239+129+249=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF81F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81F9 is #107E06. Grayscale: #AFAFAF. Windows color (decimal): -1080839 or 16351727. OLE color: 16351727.
HSL color Cylindrical-coordinate representation of color #EF81F9: hue angle of 295º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF81F9 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 129 | 249 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.02 |
| HSL | 295º | 0.91% | 0.74% | - |
| HSV(B) | 295º | 0.48% | 0.98% | - |
| XYZ | 60.55 | 40.89 | 94.32 | - |
| YUV | 175.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 249 | 0.04 | 0.48 | 0 | 0.02 | 295 | 0.91 | 0.74 |
| Hex | EF | 81 | F9 | 4 | 30 | 0 | 2 | 127 | 5B | 4A |
| Octal | 357 | 201 | 371 | 4 | 60 | 0 | 2 | 447 | 133 | 112 |
| Binary | 11101111 | 10000001 | 11111001 | 100 | 110000 | 0 | 10 | 100100111 | 1011011 | 1001010 |
Color Harmonies of #EF81F9
Complementary color
Monochromatic Colors of #EF81F9
Black with #EF81F9
Text Example
Text Example
White with #EF81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF81F9; }
p { color: rgb(239,129,249); }
H1.HeaderClassName
{
color: #EF81F9;
}
.AnyTagClassName
{
color: #EF81F9;
}
</style>
background-color css
<style>
a { background-color: #EF81F9; }
a { background-color: rgb(239,129,249); }
div.DivClassName
{
background-color: #EF81F9;
}
.BgClassName
{
background-color: #EF81F9;
}
</style>
border-color css
<style>
span { border-color: #EF81F9; }
span { border-color: rgb(239,129,249); }
td.TdClassName
{
border-color: #EF81F9;
}
.TagClassName
{
border-color: #EF81F9;
}
</style>