Shades of Violet #EF72F0
Tints of Violet #EF72F0
RGB
CMYK
RGB Variations
Color information
#EF72F0 (or 0xEF72F0) is known color: Violet. HEX triplet: EF, 72 and F0. RGB value is (239,114,240). Sum of RGB (Red+Green+Blue) = 239+114+240=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF72F0 is #108D0F. Grayscale: #A5A5A5. Windows color (decimal): -1084688 or 15758063. OLE color: 15758063.
HSL color Cylindrical-coordinate representation of color #EF72F0: hue angle of 299.52º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72F0 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 240 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.06 |
| HSL | 299.52º | 0.81% | 0.69% | - |
| HSV(B) | 299.52º | 0.53% | 0.94% | - |
| XYZ | 57.34 | 36.68 | 86.5 | - |
| YUV | 165.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 240 | 0.00 | 0.52 | 0 | 0.06 | 299.52 | 0.81 | 0.69 |
| Hex | EF | 72 | F0 | 0 | 34 | 0 | 6 | 12C | 51 | 45 |
| Octal | 357 | 162 | 360 | 0 | 64 | 0 | 6 | 454 | 121 | 105 |
| Binary | 11101111 | 1110010 | 11110000 | 0 | 110100 | 0 | 110 | 100101100 | 1010001 | 1000101 |
Color Harmonies of #EF72F0
Complementary color
Monochromatic Colors of #EF72F0
Black with #EF72F0
Text Example
Text Example
White with #EF72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72F0; }
p { color: rgb(239,114,240); }
H1.HeaderClassName
{
color: #EF72F0;
}
.AnyTagClassName
{
color: #EF72F0;
}
</style>
background-color css
<style>
a { background-color: #EF72F0; }
a { background-color: rgb(239,114,240); }
div.DivClassName
{
background-color: #EF72F0;
}
.BgClassName
{
background-color: #EF72F0;
}
</style>
border-color css
<style>
span { border-color: #EF72F0; }
span { border-color: rgb(239,114,240); }
td.TdClassName
{
border-color: #EF72F0;
}
.TagClassName
{
border-color: #EF72F0;
}
</style>