Shades of Ruby #ED1856
Tints of Ruby #ED1856
RGB
CMYK
RGB Variations
Color information
#ED1856 (or 0xED1856) is known color: Ruby. HEX triplet: ED, 18 and 56. RGB value is (237,24,86). Sum of RGB (Red+Green+Blue) = 237+24+86=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1856 is #12E7A9. Grayscale: #5E5E5E. Windows color (decimal): -1238954 or 5642477. OLE color: 5642477.
HSL color Cylindrical-coordinate representation of color #ED1856: hue angle of 342.54º 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 #ED1856 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 86 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.07 |
| HSL | 342.54º | 0.86% | 0.51% | - |
| HSV(B) | 342.54º | 0.9% | 0.93% | - |
| XYZ | 36.93 | 19.33 | 10.59 | - |
| YUV | 94.76 | 123.07 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 86 | 0 | 0.90 | 0.64 | 0.07 | 342.54 | 0.86 | 0.51 |
| Hex | ED | 18 | 56 | 0 | 5A | 40 | 7 | 157 | 56 | 33 |
| Octal | 355 | 30 | 126 | 0 | 132 | 100 | 7 | 527 | 126 | 63 |
| Binary | 11101101 | 11000 | 1010110 | 0 | 1011010 | 1000000 | 111 | 101010111 | 1010110 | 110011 |
Color Harmonies of #ED1856
Complementary color
Monochromatic Colors of #ED1856
Black with #ED1856
Text Example
Text Example
White with #ED1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1856; }
p { color: rgb(237,24,86); }
H1.HeaderClassName
{
color: #ED1856;
}
.AnyTagClassName
{
color: #ED1856;
}
</style>
background-color css
<style>
a { background-color: #ED1856; }
a { background-color: rgb(237,24,86); }
div.DivClassName
{
background-color: #ED1856;
}
.BgClassName
{
background-color: #ED1856;
}
</style>
border-color css
<style>
span { border-color: #ED1856; }
span { border-color: rgb(237,24,86); }
td.TdClassName
{
border-color: #ED1856;
}
.TagClassName
{
border-color: #ED1856;
}
</style>