Shades of Violet #EC72EE
Tints of Violet #EC72EE
RGB
CMYK
RGB Variations
Color information
#EC72EE (or 0xEC72EE) is known color: Violet. HEX triplet: EC, 72 and EE. RGB value is (236,114,238). Sum of RGB (Red+Green+Blue) = 236+114+238=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC72EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72EE is #138D11. Grayscale: #A4A4A4. Windows color (decimal): -1281298 or 15626988. OLE color: 15626988.
HSL color Cylindrical-coordinate representation of color #EC72EE: hue angle of 299.03º degrees, saturation: 0.78, 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 #EC72EE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 238 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.07 |
| HSL | 299.03º | 0.78% | 0.69% | - |
| HSV(B) | 299.03º | 0.52% | 0.93% | - |
| XYZ | 56.04 | 36.04 | 84.89 | - |
| YUV | 164.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 238 | 0.01 | 0.52 | 0 | 0.07 | 299.03 | 0.78 | 0.69 |
| Hex | EC | 72 | EE | 1 | 34 | 0 | 7 | 12B | 4E | 45 |
| Octal | 354 | 162 | 356 | 1 | 64 | 0 | 7 | 453 | 116 | 105 |
| Binary | 11101100 | 1110010 | 11101110 | 1 | 110100 | 0 | 111 | 100101011 | 1001110 | 1000101 |
Color Harmonies of #EC72EE
Complementary color
Monochromatic Colors of #EC72EE
Black with #EC72EE
Text Example
Text Example
White with #EC72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72EE; }
p { color: rgb(236,114,238); }
H1.HeaderClassName
{
color: #EC72EE;
}
.AnyTagClassName
{
color: #EC72EE;
}
</style>
background-color css
<style>
a { background-color: #EC72EE; }
a { background-color: rgb(236,114,238); }
div.DivClassName
{
background-color: #EC72EE;
}
.BgClassName
{
background-color: #EC72EE;
}
</style>
border-color css
<style>
span { border-color: #EC72EE; }
span { border-color: rgb(236,114,238); }
td.TdClassName
{
border-color: #EC72EE;
}
.TagClassName
{
border-color: #EC72EE;
}
</style>