Shades of Violet #EF71E9
Tints of Violet #EF71E9
RGB
CMYK
RGB Variations
Color information
#EF71E9 (or 0xEF71E9) is known color: Violet. HEX triplet: EF, 71 and E9. RGB value is (239,113,233). Sum of RGB (Red+Green+Blue) = 239+113+233=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71E9 is #108E16. Grayscale: #A4A4A4. Windows color (decimal): -1084951 or 15299055. OLE color: 15299055.
HSL color Cylindrical-coordinate representation of color #EF71E9: hue angle of 302.86º 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 #EF71E9 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 233 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.06 |
| HSL | 302.86º | 0.8% | 0.69% | - |
| HSV(B) | 302.86º | 0.53% | 0.94% | - |
| XYZ | 56.21 | 36.04 | 81.09 | - |
| YUV | 164.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 233 | 0 | 0.53 | 0.03 | 0.06 | 302.86 | 0.8 | 0.69 |
| Hex | EF | 71 | E9 | 0 | 35 | 3 | 6 | 12F | 50 | 45 |
| Octal | 357 | 161 | 351 | 0 | 65 | 3 | 6 | 457 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11101001 | 0 | 110101 | 11 | 110 | 100101111 | 1010000 | 1000101 |
Color Harmonies of #EF71E9
Complementary color
Monochromatic Colors of #EF71E9
Black with #EF71E9
Text Example
Text Example
White with #EF71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71E9; }
p { color: rgb(239,113,233); }
H1.HeaderClassName
{
color: #EF71E9;
}
.AnyTagClassName
{
color: #EF71E9;
}
</style>
background-color css
<style>
a { background-color: #EF71E9; }
a { background-color: rgb(239,113,233); }
div.DivClassName
{
background-color: #EF71E9;
}
.BgClassName
{
background-color: #EF71E9;
}
</style>
border-color css
<style>
span { border-color: #EF71E9; }
span { border-color: rgb(239,113,233); }
td.TdClassName
{
border-color: #EF71E9;
}
.TagClassName
{
border-color: #EF71E9;
}
</style>