Shades of Violet #EF70EC
Tints of Violet #EF70EC
RGB
CMYK
RGB Variations
Color information
#EF70EC (or 0xEF70EC) is known color: Violet. HEX triplet: EF, 70 and EC. RGB value is (239,112,236). Sum of RGB (Red+Green+Blue) = 239+112+236=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70EC is #108F13. Grayscale: #A3A3A3. Windows color (decimal): -1085204 or 15495407. OLE color: 15495407.
HSL color Cylindrical-coordinate representation of color #EF70EC: hue angle of 301.42º 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 #EF70EC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 236 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.06 |
| HSL | 301.42º | 0.8% | 0.69% | - |
| HSV(B) | 301.42º | 0.53% | 0.94% | - |
| XYZ | 56.53 | 36 | 83.33 | - |
| YUV | 164.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 236 | 0 | 0.53 | 0.01 | 0.06 | 301.42 | 0.8 | 0.69 |
| Hex | EF | 70 | EC | 0 | 35 | 1 | 6 | 12D | 50 | 45 |
| Octal | 357 | 160 | 354 | 0 | 65 | 1 | 6 | 455 | 120 | 105 |
| Binary | 11101111 | 1110000 | 11101100 | 0 | 110101 | 1 | 110 | 100101101 | 1010000 | 1000101 |
Color Harmonies of #EF70EC
Complementary color
Monochromatic Colors of #EF70EC
Black with #EF70EC
Text Example
Text Example
White with #EF70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70EC; }
p { color: rgb(239,112,236); }
H1.HeaderClassName
{
color: #EF70EC;
}
.AnyTagClassName
{
color: #EF70EC;
}
</style>
background-color css
<style>
a { background-color: #EF70EC; }
a { background-color: rgb(239,112,236); }
div.DivClassName
{
background-color: #EF70EC;
}
.BgClassName
{
background-color: #EF70EC;
}
</style>
border-color css
<style>
span { border-color: #EF70EC; }
span { border-color: rgb(239,112,236); }
td.TdClassName
{
border-color: #EF70EC;
}
.TagClassName
{
border-color: #EF70EC;
}
</style>