Shades of Ruby #ED1960
Tints of Ruby #ED1960
RGB
CMYK
RGB Variations
Color information
#ED1960 (or 0xED1960) is known color: Ruby. HEX triplet: ED, 19 and 60. RGB value is (237,25,96). Sum of RGB (Red+Green+Blue) = 237+25+96=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1960 is #12E69F. Grayscale: #606060. Windows color (decimal): -1238688 or 6298093. OLE color: 6298093.
HSL color Cylindrical-coordinate representation of color #ED1960: hue angle of 339.91º 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 #ED1960 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 96 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.07 |
| HSL | 339.91º | 0.85% | 0.51% | - |
| HSV(B) | 339.91º | 0.89% | 0.93% | - |
| XYZ | 37.38 | 19.54 | 12.87 | - |
| YUV | 96.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 96 | 0 | 0.89 | 0.59 | 0.07 | 339.91 | 0.85 | 0.51 |
| Hex | ED | 19 | 60 | 0 | 59 | 3B | 7 | 154 | 55 | 33 |
| Octal | 355 | 31 | 140 | 0 | 131 | 73 | 7 | 524 | 125 | 63 |
| Binary | 11101101 | 11001 | 1100000 | 0 | 1011001 | 111011 | 111 | 101010100 | 1010101 | 110011 |
Color Harmonies of #ED1960
Complementary color
Monochromatic Colors of #ED1960
Black with #ED1960
Text Example
Text Example
White with #ED1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1960; }
p { color: rgb(237,25,96); }
H1.HeaderClassName
{
color: #ED1960;
}
.AnyTagClassName
{
color: #ED1960;
}
</style>
background-color css
<style>
a { background-color: #ED1960; }
a { background-color: rgb(237,25,96); }
div.DivClassName
{
background-color: #ED1960;
}
.BgClassName
{
background-color: #ED1960;
}
</style>
border-color css
<style>
span { border-color: #ED1960; }
span { border-color: rgb(237,25,96); }
td.TdClassName
{
border-color: #ED1960;
}
.TagClassName
{
border-color: #ED1960;
}
</style>