Shades of Ruby #ED1672
Tints of Ruby #ED1672
RGB
CMYK
RGB Variations
Color information
#ED1672 (or 0xED1672) is known color: Ruby. HEX triplet: ED, 16 and 72. RGB value is (237,22,114). Sum of RGB (Red+Green+Blue) = 237+22+114=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1672 is #12E98D. Grayscale: #606060. Windows color (decimal): -1239438 or 7476973. OLE color: 7476973.
HSL color Cylindrical-coordinate representation of color #ED1672: hue angle of 334.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1672 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.07 |
| HSL | 334.33º | 0.86% | 0.51% | - |
| HSV(B) | 334.33º | 0.91% | 0.93% | - |
| XYZ | 38.25 | 19.79 | 17.72 | - |
| YUV | 96.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 114 | 0 | 0.91 | 0.52 | 0.07 | 334.33 | 0.86 | 0.51 |
| Hex | ED | 16 | 72 | 0 | 5B | 34 | 7 | 14E | 56 | 33 |
| Octal | 355 | 26 | 162 | 0 | 133 | 64 | 7 | 516 | 126 | 63 |
| Binary | 11101101 | 10110 | 1110010 | 0 | 1011011 | 110100 | 111 | 101001110 | 1010110 | 110011 |
Color Harmonies of #ED1672
Complementary color
Monochromatic Colors of #ED1672
Black with #ED1672
Text Example
Text Example
White with #ED1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1672; }
p { color: rgb(237,22,114); }
H1.HeaderClassName
{
color: #ED1672;
}
.AnyTagClassName
{
color: #ED1672;
}
</style>
background-color css
<style>
a { background-color: #ED1672; }
a { background-color: rgb(237,22,114); }
div.DivClassName
{
background-color: #ED1672;
}
.BgClassName
{
background-color: #ED1672;
}
</style>
border-color css
<style>
span { border-color: #ED1672; }
span { border-color: rgb(237,22,114); }
td.TdClassName
{
border-color: #ED1672;
}
.TagClassName
{
border-color: #ED1672;
}
</style>