Shades of Ruby #ED1978
Tints of Ruby #ED1978
RGB
CMYK
RGB Variations
Color information
#ED1978 (or 0xED1978) is known color: Ruby. HEX triplet: ED, 19 and 78. RGB value is (237,25,120). Sum of RGB (Red+Green+Blue) = 237+25+120=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1978 is #12E687. Grayscale: #636363. Windows color (decimal): -1238664 or 7870957. OLE color: 7870957.
HSL color Cylindrical-coordinate representation of color #ED1978: hue angle of 333.11º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1978 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 120 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.07 |
| HSL | 333.11º | 0.85% | 0.51% | - |
| HSV(B) | 333.11º | 0.89% | 0.93% | - |
| XYZ | 38.66 | 20.06 | 19.6 | - |
| YUV | 99.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 120 | 0 | 0.89 | 0.49 | 0.07 | 333.11 | 0.85 | 0.51 |
| Hex | ED | 19 | 78 | 0 | 59 | 31 | 7 | 14D | 55 | 33 |
| Octal | 355 | 31 | 170 | 0 | 131 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101101 | 11001 | 1111000 | 0 | 1011001 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #ED1978
Complementary color
Monochromatic Colors of #ED1978
Black with #ED1978
Text Example
Text Example
White with #ED1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1978; }
p { color: rgb(237,25,120); }
H1.HeaderClassName
{
color: #ED1978;
}
.AnyTagClassName
{
color: #ED1978;
}
</style>
background-color css
<style>
a { background-color: #ED1978; }
a { background-color: rgb(237,25,120); }
div.DivClassName
{
background-color: #ED1978;
}
.BgClassName
{
background-color: #ED1978;
}
</style>
border-color css
<style>
span { border-color: #ED1978; }
span { border-color: rgb(237,25,120); }
td.TdClassName
{
border-color: #ED1978;
}
.TagClassName
{
border-color: #ED1978;
}
</style>