Shades of Violet #EC72EF
Tints of Violet #EC72EF
RGB
CMYK
RGB Variations
Color information
#EC72EF (or 0xEC72EF) is known color: Violet. HEX triplet: EC, 72 and EF. RGB value is (236,114,239). Sum of RGB (Red+Green+Blue) = 236+114+239=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC72EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72EF is #138D10. Grayscale: #A4A4A4. Windows color (decimal): -1281297 or 15692524. OLE color: 15692524.
HSL color Cylindrical-coordinate representation of color #EC72EF: hue angle of 298.56º degrees, saturation: 0.8, 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 #EC72EF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 114 | 239 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.06 |
| HSL | 298.56º | 0.8% | 0.69% | - |
| HSV(B) | 298.56º | 0.52% | 0.94% | - |
| XYZ | 56.19 | 36.1 | 85.67 | - |
| YUV | 164.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 239 | 0.01 | 0.52 | 0 | 0.06 | 298.56 | 0.8 | 0.69 |
| Hex | EC | 72 | EF | 1 | 34 | 0 | 6 | 12B | 50 | 45 |
| Octal | 354 | 162 | 357 | 1 | 64 | 0 | 6 | 453 | 120 | 105 |
| Binary | 11101100 | 1110010 | 11101111 | 1 | 110100 | 0 | 110 | 100101011 | 1010000 | 1000101 |
Color Harmonies of #EC72EF
Complementary color
Monochromatic Colors of #EC72EF
Black with #EC72EF
Text Example
Text Example
White with #EC72EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72EF; }
p { color: rgb(236,114,239); }
H1.HeaderClassName
{
color: #EC72EF;
}
.AnyTagClassName
{
color: #EC72EF;
}
</style>
background-color css
<style>
a { background-color: #EC72EF; }
a { background-color: rgb(236,114,239); }
div.DivClassName
{
background-color: #EC72EF;
}
.BgClassName
{
background-color: #EC72EF;
}
</style>
border-color css
<style>
span { border-color: #EC72EF; }
span { border-color: rgb(236,114,239); }
td.TdClassName
{
border-color: #EC72EF;
}
.TagClassName
{
border-color: #EC72EF;
}
</style>