Shades of Ruby #E00D72
Tints of Ruby #E00D72
RGB
CMYK
RGB Variations
Color information
#E00D72 (or 0xE00D72) is known color: Ruby. HEX triplet: E0, 0D and 72. RGB value is (224,13,114). Sum of RGB (Red+Green+Blue) = 224+13+114=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D72 is #1FF28D. Grayscale: #575757. Windows color (decimal): -2093710 or 7474656. OLE color: 7474656.
HSL color Cylindrical-coordinate representation of color #E00D72: hue angle of 331.28º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D72 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 114 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.12 |
| HSL | 331.28º | 0.89% | 0.46% | - |
| HSV(B) | 331.28º | 0.94% | 0.88% | - |
| XYZ | 33.92 | 17.35 | 17.48 | - |
| YUV | 87.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 114 | 0 | 0.94 | 0.49 | 0.12 | 331.28 | 0.89 | 0.46 |
| Hex | E0 | D | 72 | 0 | 5E | 31 | C | 14B | 59 | 2E |
| Octal | 340 | 15 | 162 | 0 | 136 | 61 | 14 | 513 | 131 | 56 |
| Binary | 11100000 | 1101 | 1110010 | 0 | 1011110 | 110001 | 1100 | 101001011 | 1011001 | 101110 |
Color Harmonies of #E00D72
Complementary color
Monochromatic Colors of #E00D72
Black with #E00D72
Text Example
Text Example
White with #E00D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D72; }
p { color: rgb(224,13,114); }
H1.HeaderClassName
{
color: #E00D72;
}
.AnyTagClassName
{
color: #E00D72;
}
</style>
background-color css
<style>
a { background-color: #E00D72; }
a { background-color: rgb(224,13,114); }
div.DivClassName
{
background-color: #E00D72;
}
.BgClassName
{
background-color: #E00D72;
}
</style>
border-color css
<style>
span { border-color: #E00D72; }
span { border-color: rgb(224,13,114); }
td.TdClassName
{
border-color: #E00D72;
}
.TagClassName
{
border-color: #E00D72;
}
</style>