Shades of Violet #ED77F6
Tints of Violet #ED77F6
RGB
CMYK
RGB Variations
Color information
#ED77F6 (or 0xED77F6) is known color: Violet. HEX triplet: ED, 77 and F6. RGB value is (237,119,246). Sum of RGB (Red+Green+Blue) = 237+119+246=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED77F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77F6 is #128809. Grayscale: #A8A8A8. Windows color (decimal): -1214474 or 16152557. OLE color: 16152557.
HSL color Cylindrical-coordinate representation of color #ED77F6: hue angle of 295.75º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED77F6 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 119 | 246 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.04 |
| HSL | 295.75º | 0.88% | 0.72% | - |
| HSV(B) | 295.75º | 0.52% | 0.96% | - |
| XYZ | 58.16 | 37.85 | 91.43 | - |
| YUV | 168.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 246 | 0.04 | 0.52 | 0 | 0.04 | 295.75 | 0.88 | 0.72 |
| Hex | ED | 77 | F6 | 4 | 34 | 0 | 4 | 128 | 58 | 48 |
| Octal | 355 | 167 | 366 | 4 | 64 | 0 | 4 | 450 | 130 | 110 |
| Binary | 11101101 | 1110111 | 11110110 | 100 | 110100 | 0 | 100 | 100101000 | 1011000 | 1001000 |
Color Harmonies of #ED77F6
Complementary color
Monochromatic Colors of #ED77F6
Black with #ED77F6
Text Example
Text Example
White with #ED77F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77F6; }
p { color: rgb(237,119,246); }
H1.HeaderClassName
{
color: #ED77F6;
}
.AnyTagClassName
{
color: #ED77F6;
}
</style>
background-color css
<style>
a { background-color: #ED77F6; }
a { background-color: rgb(237,119,246); }
div.DivClassName
{
background-color: #ED77F6;
}
.BgClassName
{
background-color: #ED77F6;
}
</style>
border-color css
<style>
span { border-color: #ED77F6; }
span { border-color: rgb(237,119,246); }
td.TdClassName
{
border-color: #ED77F6;
}
.TagClassName
{
border-color: #ED77F6;
}
</style>