Shades of Violet #EC76E7
Tints of Violet #EC76E7
RGB
CMYK
RGB Variations
Color information
#EC76E7 (or 0xEC76E7) is known color: Violet. HEX triplet: EC, 76 and E7. RGB value is (236,118,231). Sum of RGB (Red+Green+Blue) = 236+118+231=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76E7 is #138918. Grayscale: #A5A5A5. Windows color (decimal): -1280281 or 15169260. OLE color: 15169260.
HSL color Cylindrical-coordinate representation of color #EC76E7: hue angle of 302.54º 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 #EC76E7 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 231 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.07 |
| HSL | 302.54º | 0.76% | 0.69% | - |
| HSV(B) | 302.54º | 0.5% | 0.93% | - |
| XYZ | 55.49 | 36.56 | 79.73 | - |
| YUV | 166.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 231 | 0 | 0.5 | 0.02 | 0.07 | 302.54 | 0.76 | 0.69 |
| Hex | EC | 76 | E7 | 0 | 32 | 2 | 7 | 12F | 4C | 45 |
| Octal | 354 | 166 | 347 | 0 | 62 | 2 | 7 | 457 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11100111 | 0 | 110010 | 10 | 111 | 100101111 | 1001100 | 1000101 |
Color Harmonies of #EC76E7
Complementary color
Monochromatic Colors of #EC76E7
Black with #EC76E7
Text Example
Text Example
White with #EC76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76E7; }
p { color: rgb(236,118,231); }
H1.HeaderClassName
{
color: #EC76E7;
}
.AnyTagClassName
{
color: #EC76E7;
}
</style>
background-color css
<style>
a { background-color: #EC76E7; }
a { background-color: rgb(236,118,231); }
div.DivClassName
{
background-color: #EC76E7;
}
.BgClassName
{
background-color: #EC76E7;
}
</style>
border-color css
<style>
span { border-color: #EC76E7; }
span { border-color: rgb(236,118,231); }
td.TdClassName
{
border-color: #EC76E7;
}
.TagClassName
{
border-color: #EC76E7;
}
</style>