Shades of Ruby #ED1772
Tints of Ruby #ED1772
RGB
CMYK
RGB Variations
Color information
#ED1772 (or 0xED1772) is known color: Ruby. HEX triplet: ED, 17 and 72. RGB value is (237,23,114). Sum of RGB (Red+Green+Blue) = 237+23+114=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1772 is #12E88D. Grayscale: #616161. Windows color (decimal): -1239182 or 7477229. OLE color: 7477229.
HSL color Cylindrical-coordinate representation of color #ED1772: hue angle of 334.49º 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 #ED1772 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.07 |
| HSL | 334.49º | 0.86% | 0.51% | - |
| HSV(B) | 334.49º | 0.9% | 0.93% | - |
| XYZ | 38.27 | 19.83 | 17.73 | - |
| YUV | 97.36 | 137.4 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 114 | 0 | 0.90 | 0.52 | 0.07 | 334.49 | 0.86 | 0.51 |
| Hex | ED | 17 | 72 | 0 | 5A | 34 | 7 | 14E | 56 | 33 |
| Octal | 355 | 27 | 162 | 0 | 132 | 64 | 7 | 516 | 126 | 63 |
| Binary | 11101101 | 10111 | 1110010 | 0 | 1011010 | 110100 | 111 | 101001110 | 1010110 | 110011 |
Color Harmonies of #ED1772
Complementary color
Monochromatic Colors of #ED1772
Black with #ED1772
Text Example
Text Example
White with #ED1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1772; }
p { color: rgb(237,23,114); }
H1.HeaderClassName
{
color: #ED1772;
}
.AnyTagClassName
{
color: #ED1772;
}
</style>
background-color css
<style>
a { background-color: #ED1772; }
a { background-color: rgb(237,23,114); }
div.DivClassName
{
background-color: #ED1772;
}
.BgClassName
{
background-color: #ED1772;
}
</style>
border-color css
<style>
span { border-color: #ED1772; }
span { border-color: rgb(237,23,114); }
td.TdClassName
{
border-color: #ED1772;
}
.TagClassName
{
border-color: #ED1772;
}
</style>