Shades of Violet #ED77F8
Tints of Violet #ED77F8
RGB
CMYK
RGB Variations
Color information
#ED77F8 (or 0xED77F8) is known color: Violet. HEX triplet: ED, 77 and F8. RGB value is (237,119,248). Sum of RGB (Red+Green+Blue) = 237+119+248=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 119 (46.88% from 255 or 19.70% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED77F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77F8 is #128807. Grayscale: #A8A8A8. Windows color (decimal): -1214472 or 16283629. OLE color: 16283629.
HSL color Cylindrical-coordinate representation of color #ED77F8: hue angle of 294.88º 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 #ED77F8 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 119 | 248 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.03 |
| HSL | 294.88º | 0.9% | 0.72% | - |
| HSV(B) | 294.88º | 0.52% | 0.97% | - |
| XYZ | 58.47 | 37.98 | 93.06 | - |
| YUV | 168.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 248 | 0.04 | 0.52 | 0 | 0.03 | 294.88 | 0.9 | 0.72 |
| Hex | ED | 77 | F8 | 4 | 34 | 0 | 3 | 127 | 5A | 48 |
| Octal | 355 | 167 | 370 | 4 | 64 | 0 | 3 | 447 | 132 | 110 |
| Binary | 11101101 | 1110111 | 11111000 | 100 | 110100 | 0 | 11 | 100100111 | 1011010 | 1001000 |
Color Harmonies of #ED77F8
Complementary color
Monochromatic Colors of #ED77F8
Black with #ED77F8
Text Example
Text Example
White with #ED77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77F8; }
p { color: rgb(237,119,248); }
H1.HeaderClassName
{
color: #ED77F8;
}
.AnyTagClassName
{
color: #ED77F8;
}
</style>
background-color css
<style>
a { background-color: #ED77F8; }
a { background-color: rgb(237,119,248); }
div.DivClassName
{
background-color: #ED77F8;
}
.BgClassName
{
background-color: #ED77F8;
}
</style>
border-color css
<style>
span { border-color: #ED77F8; }
span { border-color: rgb(237,119,248); }
td.TdClassName
{
border-color: #ED77F8;
}
.TagClassName
{
border-color: #ED77F8;
}
</style>