Shades of Violet #EC73E1
Tints of Violet #EC73E1
RGB
CMYK
RGB Variations
Color information
#EC73E1 (or 0xEC73E1) is known color: Violet. HEX triplet: EC, 73 and E1. RGB value is (236,115,225). Sum of RGB (Red+Green+Blue) = 236+115+225=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73E1 is #138C1E. Grayscale: #A3A3A3. Windows color (decimal): -1281055 or 14775276. OLE color: 14775276.
HSL color Cylindrical-coordinate representation of color #EC73E1: hue angle of 305.45º 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 #EC73E1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 225 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.07 |
| HSL | 305.45º | 0.76% | 0.69% | - |
| HSV(B) | 305.45º | 0.51% | 0.93% | - |
| XYZ | 54.31 | 35.53 | 75.23 | - |
| YUV | 163.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 225 | 0 | 0.51 | 0.05 | 0.07 | 305.45 | 0.76 | 0.69 |
| Hex | EC | 73 | E1 | 0 | 33 | 5 | 7 | 131 | 4C | 45 |
| Octal | 354 | 163 | 341 | 0 | 63 | 5 | 7 | 461 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11100001 | 0 | 110011 | 101 | 111 | 100110001 | 1001100 | 1000101 |
Color Harmonies of #EC73E1
Complementary color
Monochromatic Colors of #EC73E1
Black with #EC73E1
Text Example
Text Example
White with #EC73E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73E1; }
p { color: rgb(236,115,225); }
H1.HeaderClassName
{
color: #EC73E1;
}
.AnyTagClassName
{
color: #EC73E1;
}
</style>
background-color css
<style>
a { background-color: #EC73E1; }
a { background-color: rgb(236,115,225); }
div.DivClassName
{
background-color: #EC73E1;
}
.BgClassName
{
background-color: #EC73E1;
}
</style>
border-color css
<style>
span { border-color: #EC73E1; }
span { border-color: rgb(236,115,225); }
td.TdClassName
{
border-color: #EC73E1;
}
.TagClassName
{
border-color: #EC73E1;
}
</style>