Shades of Violet #ED77E7
Tints of Violet #ED77E7
RGB
CMYK
RGB Variations
Color information
#ED77E7 (or 0xED77E7) is known color: Violet. HEX triplet: ED, 77 and E7. RGB value is (237,119,231). Sum of RGB (Red+Green+Blue) = 237+119+231=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77E7 is #128818. Grayscale: #A6A6A6. Windows color (decimal): -1214489 or 15169517. OLE color: 15169517.
HSL color Cylindrical-coordinate representation of color #ED77E7: hue angle of 303.05º 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 #ED77E7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 231 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.07 |
| HSL | 303.05º | 0.77% | 0.7% | - |
| HSV(B) | 303.05º | 0.5% | 0.93% | - |
| XYZ | 55.95 | 36.97 | 79.79 | - |
| YUV | 167.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 231 | 0 | 0.50 | 0.03 | 0.07 | 303.05 | 0.77 | 0.7 |
| Hex | ED | 77 | E7 | 0 | 32 | 3 | 7 | 12F | 4D | 46 |
| Octal | 355 | 167 | 347 | 0 | 62 | 3 | 7 | 457 | 115 | 106 |
| Binary | 11101101 | 1110111 | 11100111 | 0 | 110010 | 11 | 111 | 100101111 | 1001101 | 1000110 |
Color Harmonies of #ED77E7
Complementary color
Monochromatic Colors of #ED77E7
Black with #ED77E7
Text Example
Text Example
White with #ED77E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77E7; }
p { color: rgb(237,119,231); }
H1.HeaderClassName
{
color: #ED77E7;
}
.AnyTagClassName
{
color: #ED77E7;
}
</style>
background-color css
<style>
a { background-color: #ED77E7; }
a { background-color: rgb(237,119,231); }
div.DivClassName
{
background-color: #ED77E7;
}
.BgClassName
{
background-color: #ED77E7;
}
</style>
border-color css
<style>
span { border-color: #ED77E7; }
span { border-color: rgb(237,119,231); }
td.TdClassName
{
border-color: #ED77E7;
}
.TagClassName
{
border-color: #ED77E7;
}
</style>