Shades of Violet #EF83EC
Tints of Violet #EF83EC
RGB
CMYK
RGB Variations
Color information
#EF83EC (or 0xEF83EC) is known color: Violet. HEX triplet: EF, 83 and EC. RGB value is (239,131,236). Sum of RGB (Red+Green+Blue) = 239+131+236=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83EC is #107C13. Grayscale: #AEAEAE. Windows color (decimal): -1080340 or 15500271. OLE color: 15500271.
HSL color Cylindrical-coordinate representation of color #EF83EC: hue angle of 301.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF83EC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 236 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.06 |
| HSL | 301.67º | 0.77% | 0.73% | - |
| HSV(B) | 301.67º | 0.45% | 0.94% | - |
| XYZ | 58.85 | 40.64 | 84.1 | - |
| YUV | 175.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 236 | 0 | 0.45 | 0.01 | 0.06 | 301.67 | 0.77 | 0.73 |
| Hex | EF | 83 | EC | 0 | 2D | 1 | 6 | 12E | 4D | 49 |
| Octal | 357 | 203 | 354 | 0 | 55 | 1 | 6 | 456 | 115 | 111 |
| Binary | 11101111 | 10000011 | 11101100 | 0 | 101101 | 1 | 110 | 100101110 | 1001101 | 1001001 |
Color Harmonies of #EF83EC
Complementary color
Monochromatic Colors of #EF83EC
Black with #EF83EC
Text Example
Text Example
White with #EF83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF83EC; }
p { color: rgb(239,131,236); }
H1.HeaderClassName
{
color: #EF83EC;
}
.AnyTagClassName
{
color: #EF83EC;
}
</style>
background-color css
<style>
a { background-color: #EF83EC; }
a { background-color: rgb(239,131,236); }
div.DivClassName
{
background-color: #EF83EC;
}
.BgClassName
{
background-color: #EF83EC;
}
</style>
border-color css
<style>
span { border-color: #EF83EC; }
span { border-color: rgb(239,131,236); }
td.TdClassName
{
border-color: #EF83EC;
}
.TagClassName
{
border-color: #EF83EC;
}
</style>