Shades of Violet #EC73EB
Tints of Violet #EC73EB
RGB
CMYK
RGB Variations
Color information
#EC73EB (or 0xEC73EB) is known color: Violet. HEX triplet: EC, 73 and EB. RGB value is (236,115,235). Sum of RGB (Red+Green+Blue) = 236+115+235=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73EB is #138C14. Grayscale: #A4A4A4. Windows color (decimal): -1281045 or 15430636. OLE color: 15430636.
HSL color Cylindrical-coordinate representation of color #EC73EB: hue angle of 300.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73EB is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 235 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.07 |
| HSL | 300.5º | 0.76% | 0.69% | - |
| HSV(B) | 300.5º | 0.51% | 0.93% | - |
| XYZ | 55.72 | 36.09 | 82.63 | - |
| YUV | 164.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 235 | 0 | 0.51 | 0.00 | 0.07 | 300.5 | 0.76 | 0.69 |
| Hex | EC | 73 | EB | 0 | 33 | 0 | 7 | 12C | 4C | 45 |
| Octal | 354 | 163 | 353 | 0 | 63 | 0 | 7 | 454 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11101011 | 0 | 110011 | 0 | 111 | 100101100 | 1001100 | 1000101 |
Color Harmonies of #EC73EB
Complementary color
Monochromatic Colors of #EC73EB
Black with #EC73EB
Text Example
Text Example
White with #EC73EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73EB; }
p { color: rgb(236,115,235); }
H1.HeaderClassName
{
color: #EC73EB;
}
.AnyTagClassName
{
color: #EC73EB;
}
</style>
background-color css
<style>
a { background-color: #EC73EB; }
a { background-color: rgb(236,115,235); }
div.DivClassName
{
background-color: #EC73EB;
}
.BgClassName
{
background-color: #EC73EB;
}
</style>
border-color css
<style>
span { border-color: #EC73EB; }
span { border-color: rgb(236,115,235); }
td.TdClassName
{
border-color: #EC73EB;
}
.TagClassName
{
border-color: #EC73EB;
}
</style>