Shades of Violet #EC76E4
Tints of Violet #EC76E4
RGB
CMYK
RGB Variations
Color information
#EC76E4 (or 0xEC76E4) is known color: Violet. HEX triplet: EC, 76 and E4. RGB value is (236,118,228). Sum of RGB (Red+Green+Blue) = 236+118+228=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76E4 is #13891B. Grayscale: #A5A5A5. Windows color (decimal): -1280284 or 14972652. OLE color: 14972652.
HSL color Cylindrical-coordinate representation of color #EC76E4: hue angle of 304.07º 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 #EC76E4 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 228 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.07 |
| HSL | 304.07º | 0.76% | 0.69% | - |
| HSV(B) | 304.07º | 0.5% | 0.93% | - |
| XYZ | 55.07 | 36.39 | 77.52 | - |
| YUV | 165.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 228 | 0 | 0.5 | 0.03 | 0.07 | 304.07 | 0.76 | 0.69 |
| Hex | EC | 76 | E4 | 0 | 32 | 3 | 7 | 130 | 4C | 45 |
| Octal | 354 | 166 | 344 | 0 | 62 | 3 | 7 | 460 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11100100 | 0 | 110010 | 11 | 111 | 100110000 | 1001100 | 1000101 |
Color Harmonies of #EC76E4
Complementary color
Monochromatic Colors of #EC76E4
Black with #EC76E4
Text Example
Text Example
White with #EC76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76E4; }
p { color: rgb(236,118,228); }
H1.HeaderClassName
{
color: #EC76E4;
}
.AnyTagClassName
{
color: #EC76E4;
}
</style>
background-color css
<style>
a { background-color: #EC76E4; }
a { background-color: rgb(236,118,228); }
div.DivClassName
{
background-color: #EC76E4;
}
.BgClassName
{
background-color: #EC76E4;
}
</style>
border-color css
<style>
span { border-color: #EC76E4; }
span { border-color: rgb(236,118,228); }
td.TdClassName
{
border-color: #EC76E4;
}
.TagClassName
{
border-color: #EC76E4;
}
</style>