Shades of Ruby #ED1472
Tints of Ruby #ED1472
RGB
CMYK
RGB Variations
Color information
#ED1472 (or 0xED1472) is known color: Ruby. HEX triplet: ED, 14 and 72. RGB value is (237,20,114). Sum of RGB (Red+Green+Blue) = 237+20+114=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1472 is #12EB8D. Grayscale: #5F5F5F. Windows color (decimal): -1239950 or 7476461. OLE color: 7476461.
HSL color Cylindrical-coordinate representation of color #ED1472: hue angle of 334.01º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1472 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.07 |
| HSL | 334.01º | 0.86% | 0.5% | - |
| HSV(B) | 334.01º | 0.92% | 0.93% | - |
| XYZ | 38.21 | 19.72 | 17.71 | - |
| YUV | 95.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 114 | 0 | 0.92 | 0.52 | 0.07 | 334.01 | 0.86 | 0.5 |
| Hex | ED | 14 | 72 | 0 | 5C | 34 | 7 | 14E | 56 | 32 |
| Octal | 355 | 24 | 162 | 0 | 134 | 64 | 7 | 516 | 126 | 62 |
| Binary | 11101101 | 10100 | 1110010 | 0 | 1011100 | 110100 | 111 | 101001110 | 1010110 | 110010 |
Color Harmonies of #ED1472
Complementary color
Monochromatic Colors of #ED1472
Black with #ED1472
Text Example
Text Example
White with #ED1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1472; }
p { color: rgb(237,20,114); }
H1.HeaderClassName
{
color: #ED1472;
}
.AnyTagClassName
{
color: #ED1472;
}
</style>
background-color css
<style>
a { background-color: #ED1472; }
a { background-color: rgb(237,20,114); }
div.DivClassName
{
background-color: #ED1472;
}
.BgClassName
{
background-color: #ED1472;
}
</style>
border-color css
<style>
span { border-color: #ED1472; }
span { border-color: rgb(237,20,114); }
td.TdClassName
{
border-color: #ED1472;
}
.TagClassName
{
border-color: #ED1472;
}
</style>