Shades of Violet #ED76F8
Tints of Violet #ED76F8
RGB
CMYK
RGB Variations
Color information
#ED76F8 (or 0xED76F8) is known color: Violet. HEX triplet: ED, 76 and F8. RGB value is (237,118,248). Sum of RGB (Red+Green+Blue) = 237+118+248=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED76F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76F8 is #128907. Grayscale: #A7A7A7. Windows color (decimal): -1214728 or 16283373. OLE color: 16283373.
HSL color Cylindrical-coordinate representation of color #ED76F8: hue angle of 294.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED76F8 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 118 | 248 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.03 |
| HSL | 294.92º | 0.9% | 0.72% | - |
| HSV(B) | 294.92º | 0.52% | 0.97% | - |
| XYZ | 58.35 | 37.74 | 93.02 | - |
| YUV | 168.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 248 | 0.04 | 0.52 | 0 | 0.03 | 294.92 | 0.9 | 0.72 |
| Hex | ED | 76 | F8 | 4 | 34 | 0 | 3 | 127 | 5A | 48 |
| Octal | 355 | 166 | 370 | 4 | 64 | 0 | 3 | 447 | 132 | 110 |
| Binary | 11101101 | 1110110 | 11111000 | 100 | 110100 | 0 | 11 | 100100111 | 1011010 | 1001000 |
Color Harmonies of #ED76F8
Complementary color
Monochromatic Colors of #ED76F8
Black with #ED76F8
Text Example
Text Example
White with #ED76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76F8; }
p { color: rgb(237,118,248); }
H1.HeaderClassName
{
color: #ED76F8;
}
.AnyTagClassName
{
color: #ED76F8;
}
</style>
background-color css
<style>
a { background-color: #ED76F8; }
a { background-color: rgb(237,118,248); }
div.DivClassName
{
background-color: #ED76F8;
}
.BgClassName
{
background-color: #ED76F8;
}
</style>
border-color css
<style>
span { border-color: #ED76F8; }
span { border-color: rgb(237,118,248); }
td.TdClassName
{
border-color: #ED76F8;
}
.TagClassName
{
border-color: #ED76F8;
}
</style>