Shades of Violet #EF7AFC
Tints of Violet #EF7AFC
RGB
CMYK
RGB Variations
Color information
#EF7AFC (or 0xEF7AFC) is known color: Violet. HEX triplet: EF, 7A and FC. RGB value is (239,122,252). Sum of RGB (Red+Green+Blue) = 239+122+252=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF7AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7AFC is #108503. Grayscale: #ABABAB. Windows color (decimal): -1082628 or 16546543. OLE color: 16546543.
HSL color Cylindrical-coordinate representation of color #EF7AFC: hue angle of 294º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7AFC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 122 | 252 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.01 |
| HSL | 294º | 0.96% | 0.73% | - |
| HSV(B) | 294º | 0.52% | 0.99% | - |
| XYZ | 60.13 | 39.3 | 96.51 | - |
| YUV | 171.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 252 | 0.05 | 0.52 | 0 | 0.01 | 294 | 0.96 | 0.73 |
| Hex | EF | 7A | FC | 5 | 34 | 0 | 1 | 126 | 60 | 49 |
| Octal | 357 | 172 | 374 | 5 | 64 | 0 | 1 | 446 | 140 | 111 |
| Binary | 11101111 | 1111010 | 11111100 | 101 | 110100 | 0 | 1 | 100100110 | 1100000 | 1001001 |
Color Harmonies of #EF7AFC
Complementary color
Monochromatic Colors of #EF7AFC
Black with #EF7AFC
Text Example
Text Example
White with #EF7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7AFC; }
p { color: rgb(239,122,252); }
H1.HeaderClassName
{
color: #EF7AFC;
}
.AnyTagClassName
{
color: #EF7AFC;
}
</style>
background-color css
<style>
a { background-color: #EF7AFC; }
a { background-color: rgb(239,122,252); }
div.DivClassName
{
background-color: #EF7AFC;
}
.BgClassName
{
background-color: #EF7AFC;
}
</style>
border-color css
<style>
span { border-color: #EF7AFC; }
span { border-color: rgb(239,122,252); }
td.TdClassName
{
border-color: #EF7AFC;
}
.TagClassName
{
border-color: #EF7AFC;
}
</style>