Shades of Violet #ED78ED
Tints of Violet #ED78ED
RGB
CMYK
RGB Variations
Color information
#ED78ED (or 0xED78ED) is known color: Violet. HEX triplet: ED, 78 and ED. RGB value is (237,120,237). Sum of RGB (Red+Green+Blue) = 237+120+237=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 120 (47.27% from 255 or 20.20% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED78ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED78ED is #128712. Grayscale: #A7A7A7. Windows color (decimal): -1214227 or 15562989. OLE color: 15562989.
HSL color Cylindrical-coordinate representation of color #ED78ED: 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 #ED78ED is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 237 | - |
| CMYK | 0 | 0.49 | 0 | 0.07 |
| HSL | 300º | 0.76% | 0.7% | - |
| HSV(B) | 300º | 0.49% | 0.93% | - |
| XYZ | 56.93 | 37.55 | 84.37 | - |
| YUV | 168.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 237 | 0 | 0.49 | 0 | 0.07 | 300 | 0.76 | 0.7 |
| Hex | ED | 78 | ED | 0 | 31 | 0 | 7 | 12C | 4C | 46 |
| Octal | 355 | 170 | 355 | 0 | 61 | 0 | 7 | 454 | 114 | 106 |
| Binary | 11101101 | 1111000 | 11101101 | 0 | 110001 | 0 | 111 | 100101100 | 1001100 | 1000110 |
Color Harmonies of #ED78ED
Complementary color
Monochromatic Colors of #ED78ED
Black with #ED78ED
Text Example
Text Example
White with #ED78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78ED; }
p { color: rgb(237,120,237); }
H1.HeaderClassName
{
color: #ED78ED;
}
.AnyTagClassName
{
color: #ED78ED;
}
</style>
background-color css
<style>
a { background-color: #ED78ED; }
a { background-color: rgb(237,120,237); }
div.DivClassName
{
background-color: #ED78ED;
}
.BgClassName
{
background-color: #ED78ED;
}
</style>
border-color css
<style>
span { border-color: #ED78ED; }
span { border-color: rgb(237,120,237); }
td.TdClassName
{
border-color: #ED78ED;
}
.TagClassName
{
border-color: #ED78ED;
}
</style>