Shades of Violet #EC72E7
Tints of Violet #EC72E7
RGB
CMYK
RGB Variations
Color information
#EC72E7 (or 0xEC72E7) is known color: Violet. HEX triplet: EC, 72 and E7. RGB value is (236,114,231). Sum of RGB (Red+Green+Blue) = 236+114+231=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72E7 is #138D18. Grayscale: #A3A3A3. Windows color (decimal): -1281305 or 15168236. OLE color: 15168236.
HSL color Cylindrical-coordinate representation of color #EC72E7: hue angle of 302.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72E7 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 231 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.07 |
| HSL | 302.46º | 0.76% | 0.69% | - |
| HSV(B) | 302.46º | 0.52% | 0.93% | - |
| XYZ | 55.03 | 35.64 | 79.58 | - |
| YUV | 163.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 231 | 0 | 0.52 | 0.02 | 0.07 | 302.46 | 0.76 | 0.69 |
| Hex | EC | 72 | E7 | 0 | 34 | 2 | 7 | 12E | 4C | 45 |
| Octal | 354 | 162 | 347 | 0 | 64 | 2 | 7 | 456 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11100111 | 0 | 110100 | 10 | 111 | 100101110 | 1001100 | 1000101 |
Color Harmonies of #EC72E7
Complementary color
Monochromatic Colors of #EC72E7
Black with #EC72E7
Text Example
Text Example
White with #EC72E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72E7; }
p { color: rgb(236,114,231); }
H1.HeaderClassName
{
color: #EC72E7;
}
.AnyTagClassName
{
color: #EC72E7;
}
</style>
background-color css
<style>
a { background-color: #EC72E7; }
a { background-color: rgb(236,114,231); }
div.DivClassName
{
background-color: #EC72E7;
}
.BgClassName
{
background-color: #EC72E7;
}
</style>
border-color css
<style>
span { border-color: #EC72E7; }
span { border-color: rgb(236,114,231); }
td.TdClassName
{
border-color: #EC72E7;
}
.TagClassName
{
border-color: #EC72E7;
}
</style>