Shades of Violet #EC72F2
Tints of Violet #EC72F2
RGB
CMYK
RGB Variations
Color information
#EC72F2 (or 0xEC72F2) is known color: Violet. HEX triplet: EC, 72 and F2. RGB value is (236,114,242). Sum of RGB (Red+Green+Blue) = 236+114+242=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC72F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F2 is #138D0D. Grayscale: #A4A4A4. Windows color (decimal): -1281294 or 15889132. OLE color: 15889132.
HSL color Cylindrical-coordinate representation of color #EC72F2: hue angle of 297.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC72F2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 114 | 242 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.05 |
| HSL | 297.19º | 0.83% | 0.7% | - |
| HSV(B) | 297.19º | 0.53% | 0.95% | - |
| XYZ | 56.64 | 36.28 | 88.02 | - |
| YUV | 165.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 242 | 0.02 | 0.53 | 0 | 0.05 | 297.19 | 0.83 | 0.7 |
| Hex | EC | 72 | F2 | 2 | 35 | 0 | 5 | 129 | 53 | 46 |
| Octal | 354 | 162 | 362 | 2 | 65 | 0 | 5 | 451 | 123 | 106 |
| Binary | 11101100 | 1110010 | 11110010 | 10 | 110101 | 0 | 101 | 100101001 | 1010011 | 1000110 |
Color Harmonies of #EC72F2
Complementary color
Monochromatic Colors of #EC72F2
Black with #EC72F2
Text Example
Text Example
White with #EC72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72F2; }
p { color: rgb(236,114,242); }
H1.HeaderClassName
{
color: #EC72F2;
}
.AnyTagClassName
{
color: #EC72F2;
}
</style>
background-color css
<style>
a { background-color: #EC72F2; }
a { background-color: rgb(236,114,242); }
div.DivClassName
{
background-color: #EC72F2;
}
.BgClassName
{
background-color: #EC72F2;
}
</style>
border-color css
<style>
span { border-color: #EC72F2; }
span { border-color: rgb(236,114,242); }
td.TdClassName
{
border-color: #EC72F2;
}
.TagClassName
{
border-color: #EC72F2;
}
</style>