Shades of Ruby #ED1857
Tints of Ruby #ED1857
RGB
CMYK
RGB Variations
Color information
#ED1857 (or 0xED1857) is known color: Ruby. HEX triplet: ED, 18 and 57. RGB value is (237,24,87). Sum of RGB (Red+Green+Blue) = 237+24+87=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1857 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1857 is #12E7A8. Grayscale: #5E5E5E. Windows color (decimal): -1238953 or 5708013. OLE color: 5708013.
HSL color Cylindrical-coordinate representation of color #ED1857: hue angle of 342.25º 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 #ED1857 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 87 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.07 |
| HSL | 342.25º | 0.86% | 0.51% | - |
| HSV(B) | 342.25º | 0.9% | 0.93% | - |
| XYZ | 36.97 | 19.35 | 10.8 | - |
| YUV | 94.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 87 | 0 | 0.90 | 0.63 | 0.07 | 342.25 | 0.86 | 0.51 |
| Hex | ED | 18 | 57 | 0 | 5A | 3F | 7 | 156 | 56 | 33 |
| Octal | 355 | 30 | 127 | 0 | 132 | 77 | 7 | 526 | 126 | 63 |
| Binary | 11101101 | 11000 | 1010111 | 0 | 1011010 | 111111 | 111 | 101010110 | 1010110 | 110011 |
Color Harmonies of #ED1857
Complementary color
Monochromatic Colors of #ED1857
Black with #ED1857
Text Example
Text Example
White with #ED1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1857; }
p { color: rgb(237,24,87); }
H1.HeaderClassName
{
color: #ED1857;
}
.AnyTagClassName
{
color: #ED1857;
}
</style>
background-color css
<style>
a { background-color: #ED1857; }
a { background-color: rgb(237,24,87); }
div.DivClassName
{
background-color: #ED1857;
}
.BgClassName
{
background-color: #ED1857;
}
</style>
border-color css
<style>
span { border-color: #ED1857; }
span { border-color: rgb(237,24,87); }
td.TdClassName
{
border-color: #ED1857;
}
.TagClassName
{
border-color: #ED1857;
}
</style>