Shades of Violet #EC73F4
Tints of Violet #EC73F4
RGB
CMYK
RGB Variations
Color information
#EC73F4 (or 0xEC73F4) is known color: Violet. HEX triplet: EC, 73 and F4. RGB value is (236,115,244). Sum of RGB (Red+Green+Blue) = 236+115+244=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC73F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73F4 is #138C0B. Grayscale: #A5A5A5. Windows color (decimal): -1281036 or 16020460. OLE color: 16020460.
HSL color Cylindrical-coordinate representation of color #EC73F4: hue angle of 296.28º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC73F4 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 115 | 244 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.04 |
| HSL | 296.28º | 0.85% | 0.7% | - |
| HSV(B) | 296.28º | 0.53% | 0.96% | - |
| XYZ | 57.05 | 36.63 | 89.65 | - |
| YUV | 165.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 244 | 0.03 | 0.53 | 0 | 0.04 | 296.28 | 0.85 | 0.7 |
| Hex | EC | 73 | F4 | 3 | 35 | 0 | 4 | 128 | 55 | 46 |
| Octal | 354 | 163 | 364 | 3 | 65 | 0 | 4 | 450 | 125 | 106 |
| Binary | 11101100 | 1110011 | 11110100 | 11 | 110101 | 0 | 100 | 100101000 | 1010101 | 1000110 |
Color Harmonies of #EC73F4
Complementary color
Monochromatic Colors of #EC73F4
Black with #EC73F4
Text Example
Text Example
White with #EC73F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73F4; }
p { color: rgb(236,115,244); }
H1.HeaderClassName
{
color: #EC73F4;
}
.AnyTagClassName
{
color: #EC73F4;
}
</style>
background-color css
<style>
a { background-color: #EC73F4; }
a { background-color: rgb(236,115,244); }
div.DivClassName
{
background-color: #EC73F4;
}
.BgClassName
{
background-color: #EC73F4;
}
</style>
border-color css
<style>
span { border-color: #EC73F4; }
span { border-color: rgb(236,115,244); }
td.TdClassName
{
border-color: #EC73F4;
}
.TagClassName
{
border-color: #EC73F4;
}
</style>