Shades of Violet #EC76E0
Tints of Violet #EC76E0
RGB
CMYK
RGB Variations
Color information
#EC76E0 (or 0xEC76E0) is known color: Violet. HEX triplet: EC, 76 and E0. RGB value is (236,118,224). Sum of RGB (Red+Green+Blue) = 236+118+224=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76E0 is #13891F. Grayscale: #A5A5A5. Windows color (decimal): -1280288 or 14710508. OLE color: 14710508.
HSL color Cylindrical-coordinate representation of color #EC76E0: hue angle of 306.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76E0 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 224 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.07 |
| HSL | 306.1º | 0.76% | 0.69% | - |
| HSV(B) | 306.1º | 0.5% | 0.93% | - |
| XYZ | 54.53 | 36.17 | 74.63 | - |
| YUV | 165.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 224 | 0 | 0.5 | 0.05 | 0.07 | 306.1 | 0.76 | 0.69 |
| Hex | EC | 76 | E0 | 0 | 32 | 5 | 7 | 132 | 4C | 45 |
| Octal | 354 | 166 | 340 | 0 | 62 | 5 | 7 | 462 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11100000 | 0 | 110010 | 101 | 111 | 100110010 | 1001100 | 1000101 |
Color Harmonies of #EC76E0
Complementary color
Monochromatic Colors of #EC76E0
Black with #EC76E0
Text Example
Text Example
White with #EC76E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76E0; }
p { color: rgb(236,118,224); }
H1.HeaderClassName
{
color: #EC76E0;
}
.AnyTagClassName
{
color: #EC76E0;
}
</style>
background-color css
<style>
a { background-color: #EC76E0; }
a { background-color: rgb(236,118,224); }
div.DivClassName
{
background-color: #EC76E0;
}
.BgClassName
{
background-color: #EC76E0;
}
</style>
border-color css
<style>
span { border-color: #EC76E0; }
span { border-color: rgb(236,118,224); }
td.TdClassName
{
border-color: #EC76E0;
}
.TagClassName
{
border-color: #EC76E0;
}
</style>