Shades of Violet #ED79ED
Tints of Violet #ED79ED
RGB
CMYK
RGB Variations
Color information
#ED79ED (or 0xED79ED) is known color: Violet. HEX triplet: ED, 79 and ED. RGB value is (237,121,237). Sum of RGB (Red+Green+Blue) = 237+121+237=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED79ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED79ED is #128612. Grayscale: #A8A8A8. Windows color (decimal): -1213971 or 15563245. OLE color: 15563245.
HSL color Cylindrical-coordinate representation of color #ED79ED: hue angle of 300º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79ED is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 121 | 237 | - |
CMYK | 0 | 0.49 | 0 | 0.07 |
HSL | 300º | 0.76% | 0.7% | - |
HSV(B) | 300º | 0.49% | 0.93% | - |
XYZ | 57.05 | 37.79 | 84.41 | - |
YUV | 168.91 | 166.43 | 176.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 121 | 237 | 0 | 0.49 | 0 | 0.07 | 300 | 0.76 | 0.7 |
Hex | ED | 79 | ED | 0 | 31 | 0 | 7 | 12C | 4C | 46 |
Octal | 355 | 171 | 355 | 0 | 61 | 0 | 7 | 454 | 114 | 106 |
Binary | 11101101 | 1111001 | 11101101 | 0 | 110001 | 0 | 111 | 100101100 | 1001100 | 1000110 |
Color Harmonies of #ED79ED
Complementary color
Monochromatic Colors of #ED79ED
Black with #ED79ED
Text Example
Text Example
White with #ED79ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED79ED; }
p { color: rgb(237,121,237); }
H1.HeaderClassName
{
color: #ED79ED;
}
.AnyTagClassName
{
color: #ED79ED;
}
</style>
background-color css
<style>
a { background-color: #ED79ED; }
a { background-color: rgb(237,121,237); }
div.DivClassName
{
background-color: #ED79ED;
}
.BgClassName
{
background-color: #ED79ED;
}
</style>
border-color css
<style>
span { border-color: #ED79ED; }
span { border-color: rgb(237,121,237); }
td.TdClassName
{
border-color: #ED79ED;
}
.TagClassName
{
border-color: #ED79ED;
}
</style>