Shades of Violet #EC72F0
Tints of Violet #EC72F0
RGB
CMYK
RGB Variations
Color information
#EC72F0 (or 0xEC72F0) is known color: Violet. HEX triplet: EC, 72 and F0. RGB value is (236,114,240). Sum of RGB (Red+Green+Blue) = 236+114+240=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F0 is #138D0F. Grayscale: #A4A4A4. Windows color (decimal): -1281296 or 15758060. OLE color: 15758060.
HSL color Cylindrical-coordinate representation of color #EC72F0: hue angle of 298.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72F0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 114 | 240 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.06 |
| HSL | 298.1º | 0.81% | 0.69% | - |
| HSV(B) | 298.1º | 0.53% | 0.94% | - |
| XYZ | 56.34 | 36.16 | 86.45 | - |
| YUV | 164.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 240 | 0.02 | 0.52 | 0 | 0.06 | 298.1 | 0.81 | 0.69 |
| Hex | EC | 72 | F0 | 2 | 34 | 0 | 6 | 12A | 51 | 45 |
| Octal | 354 | 162 | 360 | 2 | 64 | 0 | 6 | 452 | 121 | 105 |
| Binary | 11101100 | 1110010 | 11110000 | 10 | 110100 | 0 | 110 | 100101010 | 1010001 | 1000101 |
Color Harmonies of #EC72F0
Complementary color
Monochromatic Colors of #EC72F0
Black with #EC72F0
Text Example
Text Example
White with #EC72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72F0; }
p { color: rgb(236,114,240); }
H1.HeaderClassName
{
color: #EC72F0;
}
.AnyTagClassName
{
color: #EC72F0;
}
</style>
background-color css
<style>
a { background-color: #EC72F0; }
a { background-color: rgb(236,114,240); }
div.DivClassName
{
background-color: #EC72F0;
}
.BgClassName
{
background-color: #EC72F0;
}
</style>
border-color css
<style>
span { border-color: #EC72F0; }
span { border-color: rgb(236,114,240); }
td.TdClassName
{
border-color: #EC72F0;
}
.TagClassName
{
border-color: #EC72F0;
}
</style>