Shades of Violet #EC72F4
Tints of Violet #EC72F4
RGB
CMYK
RGB Variations
Color information
#EC72F4 (or 0xEC72F4) is known color: Violet. HEX triplet: EC, 72 and F4. RGB value is (236,114,244). Sum of RGB (Red+Green+Blue) = 236+114+244=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 244 (95.70% from 255 or 41.08% from 594); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC72F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F4 is #138D0B. Grayscale: #A4A4A4. Windows color (decimal): -1281292 or 16020204. OLE color: 16020204.
HSL color Cylindrical-coordinate representation of color #EC72F4: hue angle of 296.31º degrees, saturation: 0.86, 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 #EC72F4 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 114 | 244 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.04 |
| HSL | 296.31º | 0.86% | 0.7% | - |
| HSV(B) | 296.31º | 0.53% | 0.96% | - |
| XYZ | 56.94 | 36.4 | 89.61 | - |
| YUV | 165.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 244 | 0.03 | 0.53 | 0 | 0.04 | 296.31 | 0.86 | 0.7 |
| Hex | EC | 72 | F4 | 3 | 35 | 0 | 4 | 128 | 56 | 46 |
| Octal | 354 | 162 | 364 | 3 | 65 | 0 | 4 | 450 | 126 | 106 |
| Binary | 11101100 | 1110010 | 11110100 | 11 | 110101 | 0 | 100 | 100101000 | 1010110 | 1000110 |
Color Harmonies of #EC72F4
Complementary color
Monochromatic Colors of #EC72F4
Black with #EC72F4
Text Example
Text Example
White with #EC72F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72F4; }
p { color: rgb(236,114,244); }
H1.HeaderClassName
{
color: #EC72F4;
}
.AnyTagClassName
{
color: #EC72F4;
}
</style>
background-color css
<style>
a { background-color: #EC72F4; }
a { background-color: rgb(236,114,244); }
div.DivClassName
{
background-color: #EC72F4;
}
.BgClassName
{
background-color: #EC72F4;
}
</style>
border-color css
<style>
span { border-color: #EC72F4; }
span { border-color: rgb(236,114,244); }
td.TdClassName
{
border-color: #EC72F4;
}
.TagClassName
{
border-color: #EC72F4;
}
</style>