Shades of Violet #ED76E2
Tints of Violet #ED76E2
RGB
CMYK
RGB Variations
Color information
#ED76E2 (or 0xED76E2) is known color: Violet. HEX triplet: ED, 76 and E2. RGB value is (237,118,226). Sum of RGB (Red+Green+Blue) = 237+118+226=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76E2 is #12891D. Grayscale: #A5A5A5. Windows color (decimal): -1214750 or 14841581. OLE color: 14841581.
HSL color Cylindrical-coordinate representation of color #ED76E2: hue angle of 305.55º 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 #ED76E2 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 226 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.07 |
| HSL | 305.55º | 0.77% | 0.7% | - |
| HSV(B) | 305.55º | 0.5% | 0.93% | - |
| XYZ | 55.13 | 36.45 | 76.08 | - |
| YUV | 165.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 226 | 0 | 0.50 | 0.05 | 0.07 | 305.55 | 0.77 | 0.7 |
| Hex | ED | 76 | E2 | 0 | 32 | 5 | 7 | 132 | 4D | 46 |
| Octal | 355 | 166 | 342 | 0 | 62 | 5 | 7 | 462 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11100010 | 0 | 110010 | 101 | 111 | 100110010 | 1001101 | 1000110 |
Color Harmonies of #ED76E2
Complementary color
Monochromatic Colors of #ED76E2
Black with #ED76E2
Text Example
Text Example
White with #ED76E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76E2; }
p { color: rgb(237,118,226); }
H1.HeaderClassName
{
color: #ED76E2;
}
.AnyTagClassName
{
color: #ED76E2;
}
</style>
background-color css
<style>
a { background-color: #ED76E2; }
a { background-color: rgb(237,118,226); }
div.DivClassName
{
background-color: #ED76E2;
}
.BgClassName
{
background-color: #ED76E2;
}
</style>
border-color css
<style>
span { border-color: #ED76E2; }
span { border-color: rgb(237,118,226); }
td.TdClassName
{
border-color: #ED76E2;
}
.TagClassName
{
border-color: #ED76E2;
}
</style>