Shades of Ruby #ED1072
Tints of Ruby #ED1072
RGB
CMYK
RGB Variations
Color information
#ED1072 (or 0xED1072) is known color: Ruby. HEX triplet: ED, 10 and 72. RGB value is (237,16,114). Sum of RGB (Red+Green+Blue) = 237+16+114=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1072 is #12EF8D. Grayscale: #5D5D5D. Windows color (decimal): -1240974 or 7475437. OLE color: 7475437.
HSL color Cylindrical-coordinate representation of color #ED1072: hue angle of 333.39º 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 #ED1072 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.07 |
| HSL | 333.39º | 0.87% | 0.5% | - |
| HSV(B) | 333.39º | 0.93% | 0.93% | - |
| XYZ | 38.15 | 19.59 | 17.69 | - |
| YUV | 93.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 114 | 0 | 0.93 | 0.52 | 0.07 | 333.39 | 0.87 | 0.5 |
| Hex | ED | 10 | 72 | 0 | 5D | 34 | 7 | 14D | 57 | 32 |
| Octal | 355 | 20 | 162 | 0 | 135 | 64 | 7 | 515 | 127 | 62 |
| Binary | 11101101 | 10000 | 1110010 | 0 | 1011101 | 110100 | 111 | 101001101 | 1010111 | 110010 |
Color Harmonies of #ED1072
Complementary color
Monochromatic Colors of #ED1072
Black with #ED1072
Text Example
Text Example
White with #ED1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1072; }
p { color: rgb(237,16,114); }
H1.HeaderClassName
{
color: #ED1072;
}
.AnyTagClassName
{
color: #ED1072;
}
</style>
background-color css
<style>
a { background-color: #ED1072; }
a { background-color: rgb(237,16,114); }
div.DivClassName
{
background-color: #ED1072;
}
.BgClassName
{
background-color: #ED1072;
}
</style>
border-color css
<style>
span { border-color: #ED1072; }
span { border-color: rgb(237,16,114); }
td.TdClassName
{
border-color: #ED1072;
}
.TagClassName
{
border-color: #ED1072;
}
</style>