Shades of Violet #EF71EF
Tints of Violet #EF71EF
RGB
CMYK
RGB Variations
Color information
#EF71EF (or 0xEF71EF) is known color: Violet. HEX triplet: EF, 71 and EF. RGB value is (239,113,239). Sum of RGB (Red+Green+Blue) = 239+113+239=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF71EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71EF is #108E10. Grayscale: #A4A4A4. Windows color (decimal): -1084945 or 15692271. OLE color: 15692271.
HSL color Cylindrical-coordinate representation of color #EF71EF: hue angle of 300º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71EF is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 239 | - |
| CMYK | 0 | 0.53 | 0 | 0.06 |
| HSL | 300º | 0.8% | 0.69% | - |
| HSV(B) | 300º | 0.53% | 0.94% | - |
| XYZ | 57.08 | 36.39 | 85.68 | - |
| YUV | 165.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 239 | 0 | 0.53 | 0 | 0.06 | 300 | 0.8 | 0.69 |
| Hex | EF | 71 | EF | 0 | 35 | 0 | 6 | 12C | 50 | 45 |
| Octal | 357 | 161 | 357 | 0 | 65 | 0 | 6 | 454 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11101111 | 0 | 110101 | 0 | 110 | 100101100 | 1010000 | 1000101 |
Color Harmonies of #EF71EF
Complementary color
Monochromatic Colors of #EF71EF
Black with #EF71EF
Text Example
Text Example
White with #EF71EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71EF; }
p { color: rgb(239,113,239); }
H1.HeaderClassName
{
color: #EF71EF;
}
.AnyTagClassName
{
color: #EF71EF;
}
</style>
background-color css
<style>
a { background-color: #EF71EF; }
a { background-color: rgb(239,113,239); }
div.DivClassName
{
background-color: #EF71EF;
}
.BgClassName
{
background-color: #EF71EF;
}
</style>
border-color css
<style>
span { border-color: #EF71EF; }
span { border-color: rgb(239,113,239); }
td.TdClassName
{
border-color: #EF71EF;
}
.TagClassName
{
border-color: #EF71EF;
}
</style>