Shades of Violet #EF70F4
Tints of Violet #EF70F4
RGB
CMYK
RGB Variations
Color information
#EF70F4 (or 0xEF70F4) is known color: Violet. HEX triplet: EF, 70 and F4. RGB value is (239,112,244). Sum of RGB (Red+Green+Blue) = 239+112+244=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF70F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70F4 is #108F0B. Grayscale: #A4A4A4. Windows color (decimal): -1085196 or 16019695. OLE color: 16019695.
HSL color Cylindrical-coordinate representation of color #EF70F4: hue angle of 297.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF70F4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 112 | 244 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.04 |
| HSL | 297.73º | 0.86% | 0.7% | - |
| HSV(B) | 297.73º | 0.54% | 0.96% | - |
| XYZ | 57.72 | 36.47 | 89.59 | - |
| YUV | 165.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 244 | 0.02 | 0.54 | 0 | 0.04 | 297.73 | 0.86 | 0.7 |
| Hex | EF | 70 | F4 | 2 | 36 | 0 | 4 | 12A | 56 | 46 |
| Octal | 357 | 160 | 364 | 2 | 66 | 0 | 4 | 452 | 126 | 106 |
| Binary | 11101111 | 1110000 | 11110100 | 10 | 110110 | 0 | 100 | 100101010 | 1010110 | 1000110 |
Color Harmonies of #EF70F4
Complementary color
Monochromatic Colors of #EF70F4
Black with #EF70F4
Text Example
Text Example
White with #EF70F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70F4; }
p { color: rgb(239,112,244); }
H1.HeaderClassName
{
color: #EF70F4;
}
.AnyTagClassName
{
color: #EF70F4;
}
</style>
background-color css
<style>
a { background-color: #EF70F4; }
a { background-color: rgb(239,112,244); }
div.DivClassName
{
background-color: #EF70F4;
}
.BgClassName
{
background-color: #EF70F4;
}
</style>
border-color css
<style>
span { border-color: #EF70F4; }
span { border-color: rgb(239,112,244); }
td.TdClassName
{
border-color: #EF70F4;
}
.TagClassName
{
border-color: #EF70F4;
}
</style>