Shades of Violet #EC72E8
Tints of Violet #EC72E8
RGB
CMYK
RGB Variations
Color information
#EC72E8 (or 0xEC72E8) is known color: Violet. HEX triplet: EC, 72 and E8. RGB value is (236,114,232). Sum of RGB (Red+Green+Blue) = 236+114+232=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72E8 is #138D17. Grayscale: #A3A3A3. Windows color (decimal): -1281304 or 15233772. OLE color: 15233772.
HSL color Cylindrical-coordinate representation of color #EC72E8: hue angle of 301.97º 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 #EC72E8 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 232 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.07 |
| HSL | 301.97º | 0.76% | 0.69% | - |
| HSV(B) | 301.97º | 0.52% | 0.93% | - |
| XYZ | 55.17 | 35.69 | 80.33 | - |
| YUV | 163.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 232 | 0 | 0.52 | 0.02 | 0.07 | 301.97 | 0.76 | 0.69 |
| Hex | EC | 72 | E8 | 0 | 34 | 2 | 7 | 12E | 4C | 45 |
| Octal | 354 | 162 | 350 | 0 | 64 | 2 | 7 | 456 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11101000 | 0 | 110100 | 10 | 111 | 100101110 | 1001100 | 1000101 |
Color Harmonies of #EC72E8
Complementary color
Monochromatic Colors of #EC72E8
Black with #EC72E8
Text Example
Text Example
White with #EC72E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72E8; }
p { color: rgb(236,114,232); }
H1.HeaderClassName
{
color: #EC72E8;
}
.AnyTagClassName
{
color: #EC72E8;
}
</style>
background-color css
<style>
a { background-color: #EC72E8; }
a { background-color: rgb(236,114,232); }
div.DivClassName
{
background-color: #EC72E8;
}
.BgClassName
{
background-color: #EC72E8;
}
</style>
border-color css
<style>
span { border-color: #EC72E8; }
span { border-color: rgb(236,114,232); }
td.TdClassName
{
border-color: #EC72E8;
}
.TagClassName
{
border-color: #EC72E8;
}
</style>