Shades of Violet #EF76EF
Tints of Violet #EF76EF
RGB
CMYK
RGB Variations
Color information
#EF76EF (or 0xEF76EF) is known color: Violet. HEX triplet: EF, 76 and EF. RGB value is (239,118,239). Sum of RGB (Red+Green+Blue) = 239+118+239=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF76EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF76EF is #108910. Grayscale: #A7A7A7. Windows color (decimal): -1083665 or 15693551. OLE color: 15693551.
HSL color Cylindrical-coordinate representation of color #EF76EF: hue angle of 300º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF76EF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 239 | - |
| CMYK | 0 | 0.51 | 0 | 0.06 |
| HSL | 300º | 0.79% | 0.7% | - |
| HSV(B) | 300º | 0.51% | 0.94% | - |
| XYZ | 57.66 | 37.54 | 85.87 | - |
| YUV | 167.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 239 | 0 | 0.51 | 0 | 0.06 | 300 | 0.79 | 0.7 |
| Hex | EF | 76 | EF | 0 | 33 | 0 | 6 | 12C | 4F | 46 |
| Octal | 357 | 166 | 357 | 0 | 63 | 0 | 6 | 454 | 117 | 106 |
| Binary | 11101111 | 1110110 | 11101111 | 0 | 110011 | 0 | 110 | 100101100 | 1001111 | 1000110 |
Color Harmonies of #EF76EF
Complementary color
Monochromatic Colors of #EF76EF
Black with #EF76EF
Text Example
Text Example
White with #EF76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF76EF; }
p { color: rgb(239,118,239); }
H1.HeaderClassName
{
color: #EF76EF;
}
.AnyTagClassName
{
color: #EF76EF;
}
</style>
background-color css
<style>
a { background-color: #EF76EF; }
a { background-color: rgb(239,118,239); }
div.DivClassName
{
background-color: #EF76EF;
}
.BgClassName
{
background-color: #EF76EF;
}
</style>
border-color css
<style>
span { border-color: #EF76EF; }
span { border-color: rgb(239,118,239); }
td.TdClassName
{
border-color: #EF76EF;
}
.TagClassName
{
border-color: #EF76EF;
}
</style>