Shades of Violet #EC72E3
Tints of Violet #EC72E3
RGB
CMYK
RGB Variations
Color information
#EC72E3 (or 0xEC72E3) is known color: Violet. HEX triplet: EC, 72 and E3. RGB value is (236,114,227). Sum of RGB (Red+Green+Blue) = 236+114+227=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72E3 is #138D1C. Grayscale: #A3A3A3. Windows color (decimal): -1281309 or 14906092. OLE color: 14906092.
HSL color Cylindrical-coordinate representation of color #EC72E3: hue angle of 304.43º 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 #EC72E3 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 227 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.07 |
| HSL | 304.43º | 0.76% | 0.69% | - |
| HSV(B) | 304.43º | 0.52% | 0.93% | - |
| XYZ | 54.47 | 35.41 | 76.64 | - |
| YUV | 163.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 227 | 0 | 0.52 | 0.04 | 0.07 | 304.43 | 0.76 | 0.69 |
| Hex | EC | 72 | E3 | 0 | 34 | 4 | 7 | 130 | 4C | 45 |
| Octal | 354 | 162 | 343 | 0 | 64 | 4 | 7 | 460 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11100011 | 0 | 110100 | 100 | 111 | 100110000 | 1001100 | 1000101 |
Color Harmonies of #EC72E3
Complementary color
Monochromatic Colors of #EC72E3
Black with #EC72E3
Text Example
Text Example
White with #EC72E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72E3; }
p { color: rgb(236,114,227); }
H1.HeaderClassName
{
color: #EC72E3;
}
.AnyTagClassName
{
color: #EC72E3;
}
</style>
background-color css
<style>
a { background-color: #EC72E3; }
a { background-color: rgb(236,114,227); }
div.DivClassName
{
background-color: #EC72E3;
}
.BgClassName
{
background-color: #EC72E3;
}
</style>
border-color css
<style>
span { border-color: #EC72E3; }
span { border-color: rgb(236,114,227); }
td.TdClassName
{
border-color: #EC72E3;
}
.TagClassName
{
border-color: #EC72E3;
}
</style>