Shades of Ruby #ED1070
Tints of Ruby #ED1070
RGB
CMYK
RGB Variations
Color information
#ED1070 (or 0xED1070) is known color: Ruby. HEX triplet: ED, 10 and 70. RGB value is (237,16,112). Sum of RGB (Red+Green+Blue) = 237+16+112=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1070 is #12EF8F. Grayscale: #5C5C5C. Windows color (decimal): -1240976 or 7344365. OLE color: 7344365.
HSL color Cylindrical-coordinate representation of color #ED1070: hue angle of 333.94º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1070 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 112 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.07 |
| HSL | 333.94º | 0.87% | 0.5% | - |
| HSV(B) | 333.94º | 0.93% | 0.93% | - |
| XYZ | 38.03 | 19.54 | 17.1 | - |
| YUV | 93.02 | 138.72 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 112 | 0 | 0.93 | 0.53 | 0.07 | 333.94 | 0.87 | 0.5 |
| Hex | ED | 10 | 70 | 0 | 5D | 35 | 7 | 14E | 57 | 32 |
| Octal | 355 | 20 | 160 | 0 | 135 | 65 | 7 | 516 | 127 | 62 |
| Binary | 11101101 | 10000 | 1110000 | 0 | 1011101 | 110101 | 111 | 101001110 | 1010111 | 110010 |
Color Harmonies of #ED1070
Complementary color
Monochromatic Colors of #ED1070
Black with #ED1070
Text Example
Text Example
White with #ED1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1070; }
p { color: rgb(237,16,112); }
H1.HeaderClassName
{
color: #ED1070;
}
.AnyTagClassName
{
color: #ED1070;
}
</style>
background-color css
<style>
a { background-color: #ED1070; }
a { background-color: rgb(237,16,112); }
div.DivClassName
{
background-color: #ED1070;
}
.BgClassName
{
background-color: #ED1070;
}
</style>
border-color css
<style>
span { border-color: #ED1070; }
span { border-color: rgb(237,16,112); }
td.TdClassName
{
border-color: #ED1070;
}
.TagClassName
{
border-color: #ED1070;
}
</style>