Shades of Violet #ED76E8
Tints of Violet #ED76E8
RGB
CMYK
RGB Variations
Color information
#ED76E8 (or 0xED76E8) is known color: Violet. HEX triplet: ED, 76 and E8. RGB value is (237,118,232). Sum of RGB (Red+Green+Blue) = 237+118+232=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76E8 is #128917. Grayscale: #A6A6A6. Windows color (decimal): -1214744 or 15234797. OLE color: 15234797.
HSL color Cylindrical-coordinate representation of color #ED76E8: hue angle of 302.52º 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 #ED76E8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 232 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.07 |
| HSL | 302.52º | 0.77% | 0.7% | - |
| HSV(B) | 302.52º | 0.5% | 0.93% | - |
| XYZ | 55.97 | 36.79 | 80.49 | - |
| YUV | 166.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 232 | 0 | 0.50 | 0.02 | 0.07 | 302.52 | 0.77 | 0.7 |
| Hex | ED | 76 | E8 | 0 | 32 | 2 | 7 | 12F | 4D | 46 |
| Octal | 355 | 166 | 350 | 0 | 62 | 2 | 7 | 457 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11101000 | 0 | 110010 | 10 | 111 | 100101111 | 1001101 | 1000110 |
Color Harmonies of #ED76E8
Complementary color
Monochromatic Colors of #ED76E8
Black with #ED76E8
Text Example
Text Example
White with #ED76E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76E8; }
p { color: rgb(237,118,232); }
H1.HeaderClassName
{
color: #ED76E8;
}
.AnyTagClassName
{
color: #ED76E8;
}
</style>
background-color css
<style>
a { background-color: #ED76E8; }
a { background-color: rgb(237,118,232); }
div.DivClassName
{
background-color: #ED76E8;
}
.BgClassName
{
background-color: #ED76E8;
}
</style>
border-color css
<style>
span { border-color: #ED76E8; }
span { border-color: rgb(237,118,232); }
td.TdClassName
{
border-color: #ED76E8;
}
.TagClassName
{
border-color: #ED76E8;
}
</style>