Shades of Violet #EC76E2
Tints of Violet #EC76E2
RGB
CMYK
RGB Variations
Color information
#EC76E2 (or 0xEC76E2) is known color: Violet. HEX triplet: EC, 76 and E2. RGB value is (236,118,226). Sum of RGB (Red+Green+Blue) = 236+118+226=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76E2 is #13891D. Grayscale: #A5A5A5. Windows color (decimal): -1280286 or 14841580. OLE color: 14841580.
HSL color Cylindrical-coordinate representation of color #EC76E2: hue angle of 305.08º 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 #EC76E2 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 226 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.07 |
| HSL | 305.08º | 0.76% | 0.69% | - |
| HSV(B) | 305.08º | 0.5% | 0.93% | - |
| XYZ | 54.8 | 36.28 | 76.07 | - |
| YUV | 165.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 226 | 0 | 0.5 | 0.04 | 0.07 | 305.08 | 0.76 | 0.69 |
| Hex | EC | 76 | E2 | 0 | 32 | 4 | 7 | 131 | 4C | 45 |
| Octal | 354 | 166 | 342 | 0 | 62 | 4 | 7 | 461 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11100010 | 0 | 110010 | 100 | 111 | 100110001 | 1001100 | 1000101 |
Color Harmonies of #EC76E2
Complementary color
Monochromatic Colors of #EC76E2
Black with #EC76E2
Text Example
Text Example
White with #EC76E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76E2; }
p { color: rgb(236,118,226); }
H1.HeaderClassName
{
color: #EC76E2;
}
.AnyTagClassName
{
color: #EC76E2;
}
</style>
background-color css
<style>
a { background-color: #EC76E2; }
a { background-color: rgb(236,118,226); }
div.DivClassName
{
background-color: #EC76E2;
}
.BgClassName
{
background-color: #EC76E2;
}
</style>
border-color css
<style>
span { border-color: #EC76E2; }
span { border-color: rgb(236,118,226); }
td.TdClassName
{
border-color: #EC76E2;
}
.TagClassName
{
border-color: #EC76E2;
}
</style>