Shades of Violet #EF73F0
Tints of Violet #EF73F0
RGB
CMYK
RGB Variations
Color information
#EF73F0 (or 0xEF73F0) is known color: Violet. HEX triplet: EF, 73 and F0. RGB value is (239,115,240). Sum of RGB (Red+Green+Blue) = 239+115+240=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 115 (45.31% from 255 or 19.36% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73F0 is #108C0F. Grayscale: #A5A5A5. Windows color (decimal): -1084432 or 15758319. OLE color: 15758319.
HSL color Cylindrical-coordinate representation of color #EF73F0: hue angle of 299.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73F0 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 240 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.06 |
| HSL | 299.52º | 0.81% | 0.7% | - |
| HSV(B) | 299.52º | 0.52% | 0.94% | - |
| XYZ | 57.46 | 36.9 | 86.53 | - |
| YUV | 166.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 240 | 0.00 | 0.52 | 0 | 0.06 | 299.52 | 0.81 | 0.7 |
| Hex | EF | 73 | F0 | 0 | 34 | 0 | 6 | 12C | 51 | 46 |
| Octal | 357 | 163 | 360 | 0 | 64 | 0 | 6 | 454 | 121 | 106 |
| Binary | 11101111 | 1110011 | 11110000 | 0 | 110100 | 0 | 110 | 100101100 | 1010001 | 1000110 |
Color Harmonies of #EF73F0
Complementary color
Monochromatic Colors of #EF73F0
Black with #EF73F0
Text Example
Text Example
White with #EF73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73F0; }
p { color: rgb(239,115,240); }
H1.HeaderClassName
{
color: #EF73F0;
}
.AnyTagClassName
{
color: #EF73F0;
}
</style>
background-color css
<style>
a { background-color: #EF73F0; }
a { background-color: rgb(239,115,240); }
div.DivClassName
{
background-color: #EF73F0;
}
.BgClassName
{
background-color: #EF73F0;
}
</style>
border-color css
<style>
span { border-color: #EF73F0; }
span { border-color: rgb(239,115,240); }
td.TdClassName
{
border-color: #EF73F0;
}
.TagClassName
{
border-color: #EF73F0;
}
</style>