Shades of Violet #ED76EC
Tints of Violet #ED76EC
RGB
CMYK
RGB Variations
Color information
#ED76EC (or 0xED76EC) is known color: Violet. HEX triplet: ED, 76 and EC. RGB value is (237,118,236). Sum of RGB (Red+Green+Blue) = 237+118+236=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76EC is #128913. Grayscale: #A6A6A6. Windows color (decimal): -1214740 or 15496941. OLE color: 15496941.
HSL color Cylindrical-coordinate representation of color #ED76EC: hue angle of 300.5º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76EC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 236 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.07 |
| HSL | 300.5º | 0.77% | 0.7% | - |
| HSV(B) | 300.5º | 0.5% | 0.93% | - |
| XYZ | 56.54 | 37.02 | 83.52 | - |
| YUV | 167.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 236 | 0 | 0.50 | 0.00 | 0.07 | 300.5 | 0.77 | 0.7 |
| Hex | ED | 76 | EC | 0 | 32 | 0 | 7 | 12D | 4D | 46 |
| Octal | 355 | 166 | 354 | 0 | 62 | 0 | 7 | 455 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11101100 | 0 | 110010 | 0 | 111 | 100101101 | 1001101 | 1000110 |
Color Harmonies of #ED76EC
Complementary color
Monochromatic Colors of #ED76EC
Black with #ED76EC
Text Example
Text Example
White with #ED76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76EC; }
p { color: rgb(237,118,236); }
H1.HeaderClassName
{
color: #ED76EC;
}
.AnyTagClassName
{
color: #ED76EC;
}
</style>
background-color css
<style>
a { background-color: #ED76EC; }
a { background-color: rgb(237,118,236); }
div.DivClassName
{
background-color: #ED76EC;
}
.BgClassName
{
background-color: #ED76EC;
}
</style>
border-color css
<style>
span { border-color: #ED76EC; }
span { border-color: rgb(237,118,236); }
td.TdClassName
{
border-color: #ED76EC;
}
.TagClassName
{
border-color: #ED76EC;
}
</style>