Shades of Violet #EF76F5
Tints of Violet #EF76F5
RGB
CMYK
RGB Variations
Color information
#EF76F5 (or 0xEF76F5) is known color: Violet. HEX triplet: EF, 76 and F5. RGB value is (239,118,245). Sum of RGB (Red+Green+Blue) = 239+118+245=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 118 (46.48% from 255 or 19.60% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF76F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF76F5 is #10890A. Grayscale: #A8A8A8. Windows color (decimal): -1083659 or 16086767. OLE color: 16086767.
HSL color Cylindrical-coordinate representation of color #EF76F5: hue angle of 297.17º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF76F5 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 118 | 245 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.04 |
| HSL | 297.17º | 0.86% | 0.71% | - |
| HSV(B) | 297.17º | 0.52% | 0.96% | - |
| XYZ | 58.56 | 37.9 | 90.62 | - |
| YUV | 168.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 245 | 0.02 | 0.52 | 0 | 0.04 | 297.17 | 0.86 | 0.71 |
| Hex | EF | 76 | F5 | 2 | 34 | 0 | 4 | 129 | 56 | 47 |
| Octal | 357 | 166 | 365 | 2 | 64 | 0 | 4 | 451 | 126 | 107 |
| Binary | 11101111 | 1110110 | 11110101 | 10 | 110100 | 0 | 100 | 100101001 | 1010110 | 1000111 |
Color Harmonies of #EF76F5
Complementary color
Monochromatic Colors of #EF76F5
Black with #EF76F5
Text Example
Text Example
White with #EF76F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76F5; }
p { color: rgb(239,118,245); }
H1.HeaderClassName
{
color: #EF76F5;
}
.AnyTagClassName
{
color: #EF76F5;
}
</style>
background-color css
<style>
a { background-color: #EF76F5; }
a { background-color: rgb(239,118,245); }
div.DivClassName
{
background-color: #EF76F5;
}
.BgClassName
{
background-color: #EF76F5;
}
</style>
border-color css
<style>
span { border-color: #EF76F5; }
span { border-color: rgb(239,118,245); }
td.TdClassName
{
border-color: #EF76F5;
}
.TagClassName
{
border-color: #EF76F5;
}
</style>