Shades of Violet #EF71EC
Tints of Violet #EF71EC
RGB
CMYK
RGB Variations
Color information
#EF71EC (or 0xEF71EC) is known color: Violet. HEX triplet: EF, 71 and EC. RGB value is (239,113,236). Sum of RGB (Red+Green+Blue) = 239+113+236=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71EC is #108E13. Grayscale: #A4A4A4. Windows color (decimal): -1084948 or 15495663. OLE color: 15495663.
HSL color Cylindrical-coordinate representation of color #EF71EC: hue angle of 301.43º 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 #EF71EC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 236 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.06 |
| HSL | 301.43º | 0.8% | 0.69% | - |
| HSV(B) | 301.43º | 0.53% | 0.94% | - |
| XYZ | 56.64 | 36.22 | 83.36 | - |
| YUV | 164.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 236 | 0 | 0.53 | 0.01 | 0.06 | 301.43 | 0.8 | 0.69 |
| Hex | EF | 71 | EC | 0 | 35 | 1 | 6 | 12D | 50 | 45 |
| Octal | 357 | 161 | 354 | 0 | 65 | 1 | 6 | 455 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11101100 | 0 | 110101 | 1 | 110 | 100101101 | 1010000 | 1000101 |
Color Harmonies of #EF71EC
Complementary color
Monochromatic Colors of #EF71EC
Black with #EF71EC
Text Example
Text Example
White with #EF71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71EC; }
p { color: rgb(239,113,236); }
H1.HeaderClassName
{
color: #EF71EC;
}
.AnyTagClassName
{
color: #EF71EC;
}
</style>
background-color css
<style>
a { background-color: #EF71EC; }
a { background-color: rgb(239,113,236); }
div.DivClassName
{
background-color: #EF71EC;
}
.BgClassName
{
background-color: #EF71EC;
}
</style>
border-color css
<style>
span { border-color: #EF71EC; }
span { border-color: rgb(239,113,236); }
td.TdClassName
{
border-color: #EF71EC;
}
.TagClassName
{
border-color: #EF71EC;
}
</style>