Shades of Violet #EF89F9
Tints of Violet #EF89F9
RGB
CMYK
RGB Variations
Color information
#EF89F9 (or 0xEF89F9) is known color: Violet. HEX triplet: EF, 89 and F9. RGB value is (239,137,249). Sum of RGB (Red+Green+Blue) = 239+137+249=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF89F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89F9 is #107606. Grayscale: #B3B3B3. Windows color (decimal): -1078791 or 16353775. OLE color: 16353775.
HSL color Cylindrical-coordinate representation of color #EF89F9: hue angle of 294.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF89F9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 137 | 249 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.02 |
| HSL | 294.64º | 0.9% | 0.76% | - |
| HSV(B) | 294.64º | 0.45% | 0.98% | - |
| XYZ | 61.64 | 43.08 | 94.69 | - |
| YUV | 180.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 249 | 0.04 | 0.45 | 0 | 0.02 | 294.64 | 0.9 | 0.76 |
| Hex | EF | 89 | F9 | 4 | 2D | 0 | 2 | 127 | 5A | 4C |
| Octal | 357 | 211 | 371 | 4 | 55 | 0 | 2 | 447 | 132 | 114 |
| Binary | 11101111 | 10001001 | 11111001 | 100 | 101101 | 0 | 10 | 100100111 | 1011010 | 1001100 |
Color Harmonies of #EF89F9
Complementary color
Monochromatic Colors of #EF89F9
Black with #EF89F9
Text Example
Text Example
White with #EF89F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89F9; }
p { color: rgb(239,137,249); }
H1.HeaderClassName
{
color: #EF89F9;
}
.AnyTagClassName
{
color: #EF89F9;
}
</style>
background-color css
<style>
a { background-color: #EF89F9; }
a { background-color: rgb(239,137,249); }
div.DivClassName
{
background-color: #EF89F9;
}
.BgClassName
{
background-color: #EF89F9;
}
</style>
border-color css
<style>
span { border-color: #EF89F9; }
span { border-color: rgb(239,137,249); }
td.TdClassName
{
border-color: #EF89F9;
}
.TagClassName
{
border-color: #EF89F9;
}
</style>