Shades of Ruby #ED1860
Tints of Ruby #ED1860
RGB
CMYK
RGB Variations
Color information
#ED1860 (or 0xED1860) is known color: Ruby. HEX triplet: ED, 18 and 60. RGB value is (237,24,96). Sum of RGB (Red+Green+Blue) = 237+24+96=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1860 is #12E79F. Grayscale: #5F5F5F. Windows color (decimal): -1238944 or 6297837. OLE color: 6297837.
HSL color Cylindrical-coordinate representation of color #ED1860: hue angle of 339.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1860 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 96 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.07 |
| HSL | 339.72º | 0.86% | 0.51% | - |
| HSV(B) | 339.72º | 0.9% | 0.93% | - |
| XYZ | 37.36 | 19.5 | 12.86 | - |
| YUV | 95.9 | 128.07 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 96 | 0 | 0.90 | 0.59 | 0.07 | 339.72 | 0.86 | 0.51 |
| Hex | ED | 18 | 60 | 0 | 5A | 3B | 7 | 154 | 56 | 33 |
| Octal | 355 | 30 | 140 | 0 | 132 | 73 | 7 | 524 | 126 | 63 |
| Binary | 11101101 | 11000 | 1100000 | 0 | 1011010 | 111011 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #ED1860
Complementary color
Monochromatic Colors of #ED1860
Black with #ED1860
Text Example
Text Example
White with #ED1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1860; }
p { color: rgb(237,24,96); }
H1.HeaderClassName
{
color: #ED1860;
}
.AnyTagClassName
{
color: #ED1860;
}
</style>
background-color css
<style>
a { background-color: #ED1860; }
a { background-color: rgb(237,24,96); }
div.DivClassName
{
background-color: #ED1860;
}
.BgClassName
{
background-color: #ED1860;
}
</style>
border-color css
<style>
span { border-color: #ED1860; }
span { border-color: rgb(237,24,96); }
td.TdClassName
{
border-color: #ED1860;
}
.TagClassName
{
border-color: #ED1860;
}
</style>