Shades of Violet #ED77ED
Tints of Violet #ED77ED
RGB
CMYK
RGB Variations
Color information
#ED77ED (or 0xED77ED) is known color: Violet. HEX triplet: ED, 77 and ED. RGB value is (237,119,237). Sum of RGB (Red+Green+Blue) = 237+119+237=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77ED is #128812. Grayscale: #A7A7A7. Windows color (decimal): -1214483 or 15562733. OLE color: 15562733.
HSL color Cylindrical-coordinate representation of color #ED77ED: hue angle of 300º 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 #ED77ED is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 119 | 237 | - |
CMYK | 0 | 0.50 | 0 | 0.07 |
HSL | 300º | 0.77% | 0.7% | - |
HSV(B) | 300º | 0.5% | 0.93% | - |
XYZ | 56.81 | 37.31 | 84.33 | - |
YUV | 167.73 | 167.09 | 177.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 119 | 237 | 0 | 0.50 | 0 | 0.07 | 300 | 0.77 | 0.7 |
Hex | ED | 77 | ED | 0 | 32 | 0 | 7 | 12C | 4D | 46 |
Octal | 355 | 167 | 355 | 0 | 62 | 0 | 7 | 454 | 115 | 106 |
Binary | 11101101 | 1110111 | 11101101 | 0 | 110010 | 0 | 111 | 100101100 | 1001101 | 1000110 |
Color Harmonies of #ED77ED
Complementary color
Monochromatic Colors of #ED77ED
Black with #ED77ED
Text Example
Text Example
White with #ED77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77ED; }
p { color: rgb(237,119,237); }
H1.HeaderClassName
{
color: #ED77ED;
}
.AnyTagClassName
{
color: #ED77ED;
}
</style>
background-color css
<style>
a { background-color: #ED77ED; }
a { background-color: rgb(237,119,237); }
div.DivClassName
{
background-color: #ED77ED;
}
.BgClassName
{
background-color: #ED77ED;
}
</style>
border-color css
<style>
span { border-color: #ED77ED; }
span { border-color: rgb(237,119,237); }
td.TdClassName
{
border-color: #ED77ED;
}
.TagClassName
{
border-color: #ED77ED;
}
</style>