Shades of Ruby #ED1863
Tints of Ruby #ED1863
RGB
CMYK
RGB Variations
Color information
#ED1863 (or 0xED1863) is known color: Ruby. HEX triplet: ED, 18 and 63. RGB value is (237,24,99). Sum of RGB (Red+Green+Blue) = 237+24+99=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1863 is #12E79C. Grayscale: #606060. Windows color (decimal): -1238941 or 6494445. OLE color: 6494445.
HSL color Cylindrical-coordinate representation of color #ED1863: hue angle of 338.87º 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 #ED1863 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 99 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.07 |
| HSL | 338.87º | 0.86% | 0.51% | - |
| HSV(B) | 338.87º | 0.9% | 0.93% | - |
| XYZ | 37.5 | 19.56 | 13.6 | - |
| YUV | 96.24 | 129.57 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 99 | 0 | 0.90 | 0.58 | 0.07 | 338.87 | 0.86 | 0.51 |
| Hex | ED | 18 | 63 | 0 | 5A | 3A | 7 | 153 | 56 | 33 |
| Octal | 355 | 30 | 143 | 0 | 132 | 72 | 7 | 523 | 126 | 63 |
| Binary | 11101101 | 11000 | 1100011 | 0 | 1011010 | 111010 | 111 | 101010011 | 1010110 | 110011 |
Color Harmonies of #ED1863
Complementary color
Monochromatic Colors of #ED1863
Black with #ED1863
Text Example
Text Example
White with #ED1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1863; }
p { color: rgb(237,24,99); }
H1.HeaderClassName
{
color: #ED1863;
}
.AnyTagClassName
{
color: #ED1863;
}
</style>
background-color css
<style>
a { background-color: #ED1863; }
a { background-color: rgb(237,24,99); }
div.DivClassName
{
background-color: #ED1863;
}
.BgClassName
{
background-color: #ED1863;
}
</style>
border-color css
<style>
span { border-color: #ED1863; }
span { border-color: rgb(237,24,99); }
td.TdClassName
{
border-color: #ED1863;
}
.TagClassName
{
border-color: #ED1863;
}
</style>