Shades of Violet #EC83EC
Tints of Violet #EC83EC
RGB
CMYK
RGB Variations
Color information
#EC83EC (or 0xEC83EC) is known color: Violet. HEX triplet: EC, 83 and EC. RGB value is (236,131,236). Sum of RGB (Red+Green+Blue) = 236+131+236=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83EC is #137C13. Grayscale: #AEAEAE. Windows color (decimal): -1276948 or 15500268. OLE color: 15500268.
HSL color Cylindrical-coordinate representation of color #EC83EC: hue angle of 300º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83EC is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 236 | - |
| CMYK | 0 | 0.44 | 0 | 0.07 |
| HSL | 300º | 0.73% | 0.72% | - |
| HSV(B) | 300º | 0.44% | 0.93% | - |
| XYZ | 57.85 | 40.12 | 84.05 | - |
| YUV | 174.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 236 | 0 | 0.44 | 0 | 0.07 | 300 | 0.73 | 0.72 |
| Hex | EC | 83 | EC | 0 | 2C | 0 | 7 | 12C | 49 | 48 |
| Octal | 354 | 203 | 354 | 0 | 54 | 0 | 7 | 454 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11101100 | 0 | 101100 | 0 | 111 | 100101100 | 1001001 | 1001000 |
Color Harmonies of #EC83EC
Complementary color
Monochromatic Colors of #EC83EC
Black with #EC83EC
Text Example
Text Example
White with #EC83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83EC; }
p { color: rgb(236,131,236); }
H1.HeaderClassName
{
color: #EC83EC;
}
.AnyTagClassName
{
color: #EC83EC;
}
</style>
background-color css
<style>
a { background-color: #EC83EC; }
a { background-color: rgb(236,131,236); }
div.DivClassName
{
background-color: #EC83EC;
}
.BgClassName
{
background-color: #EC83EC;
}
</style>
border-color css
<style>
span { border-color: #EC83EC; }
span { border-color: rgb(236,131,236); }
td.TdClassName
{
border-color: #EC83EC;
}
.TagClassName
{
border-color: #EC83EC;
}
</style>