Shades of Violet #EC76E9
Tints of Violet #EC76E9
RGB
CMYK
RGB Variations
Color information
#EC76E9 (or 0xEC76E9) is known color: Violet. HEX triplet: EC, 76 and E9. RGB value is (236,118,233). Sum of RGB (Red+Green+Blue) = 236+118+233=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76E9 is #138916. Grayscale: #A6A6A6. Windows color (decimal): -1280279 or 15300332. OLE color: 15300332.
HSL color Cylindrical-coordinate representation of color #EC76E9: hue angle of 301.53º 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 #EC76E9 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 233 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.07 |
| HSL | 301.53º | 0.76% | 0.69% | - |
| HSV(B) | 301.53º | 0.5% | 0.93% | - |
| XYZ | 55.78 | 36.67 | 81.23 | - |
| YUV | 166.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 233 | 0 | 0.5 | 0.01 | 0.07 | 301.53 | 0.76 | 0.69 |
| Hex | EC | 76 | E9 | 0 | 32 | 1 | 7 | 12E | 4C | 45 |
| Octal | 354 | 166 | 351 | 0 | 62 | 1 | 7 | 456 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11101001 | 0 | 110010 | 1 | 111 | 100101110 | 1001100 | 1000101 |
Color Harmonies of #EC76E9
Complementary color
Monochromatic Colors of #EC76E9
Black with #EC76E9
Text Example
Text Example
White with #EC76E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76E9; }
p { color: rgb(236,118,233); }
H1.HeaderClassName
{
color: #EC76E9;
}
.AnyTagClassName
{
color: #EC76E9;
}
</style>
background-color css
<style>
a { background-color: #EC76E9; }
a { background-color: rgb(236,118,233); }
div.DivClassName
{
background-color: #EC76E9;
}
.BgClassName
{
background-color: #EC76E9;
}
</style>
border-color css
<style>
span { border-color: #EC76E9; }
span { border-color: rgb(236,118,233); }
td.TdClassName
{
border-color: #EC76E9;
}
.TagClassName
{
border-color: #EC76E9;
}
</style>