Shades of Violet #ED77E8
Tints of Violet #ED77E8
RGB
CMYK
RGB Variations
Color information
#ED77E8 (or 0xED77E8) is known color: Violet. HEX triplet: ED, 77 and E8. RGB value is (237,119,232). Sum of RGB (Red+Green+Blue) = 237+119+232=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77E8 is #128817. Grayscale: #A6A6A6. Windows color (decimal): -1214488 or 15235053. OLE color: 15235053.
HSL color Cylindrical-coordinate representation of color #ED77E8: hue angle of 302.54º 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 #ED77E8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 232 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.07 |
| HSL | 302.54º | 0.77% | 0.7% | - |
| HSV(B) | 302.54º | 0.5% | 0.93% | - |
| XYZ | 56.09 | 37.02 | 80.53 | - |
| YUV | 167.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 232 | 0 | 0.50 | 0.02 | 0.07 | 302.54 | 0.77 | 0.7 |
| Hex | ED | 77 | E8 | 0 | 32 | 2 | 7 | 12F | 4D | 46 |
| Octal | 355 | 167 | 350 | 0 | 62 | 2 | 7 | 457 | 115 | 106 |
| Binary | 11101101 | 1110111 | 11101000 | 0 | 110010 | 10 | 111 | 100101111 | 1001101 | 1000110 |
Color Harmonies of #ED77E8
Complementary color
Monochromatic Colors of #ED77E8
Black with #ED77E8
Text Example
Text Example
White with #ED77E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77E8; }
p { color: rgb(237,119,232); }
H1.HeaderClassName
{
color: #ED77E8;
}
.AnyTagClassName
{
color: #ED77E8;
}
</style>
background-color css
<style>
a { background-color: #ED77E8; }
a { background-color: rgb(237,119,232); }
div.DivClassName
{
background-color: #ED77E8;
}
.BgClassName
{
background-color: #ED77E8;
}
</style>
border-color css
<style>
span { border-color: #ED77E8; }
span { border-color: rgb(237,119,232); }
td.TdClassName
{
border-color: #ED77E8;
}
.TagClassName
{
border-color: #ED77E8;
}
</style>