Shades of Ruby #E00D60
Tints of Ruby #E00D60
RGB
CMYK
RGB Variations
Color information
#E00D60 (or 0xE00D60) is known color: Ruby. HEX triplet: E0, 0D and 60. RGB value is (224,13,96). Sum of RGB (Red+Green+Blue) = 224+13+96=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D60 is #1FF29F. Grayscale: #555555. Windows color (decimal): -2093728 or 6295008. OLE color: 6295008.
HSL color Cylindrical-coordinate representation of color #E00D60: hue angle of 336.4º 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 #E00D60 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 96 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.12 |
| HSL | 336.4º | 0.89% | 0.46% | - |
| HSV(B) | 336.4º | 0.94% | 0.88% | - |
| XYZ | 33 | 16.98 | 12.6 | - |
| YUV | 85.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 96 | 0 | 0.94 | 0.57 | 0.12 | 336.4 | 0.89 | 0.46 |
| Hex | E0 | D | 60 | 0 | 5E | 39 | C | 150 | 59 | 2E |
| Octal | 340 | 15 | 140 | 0 | 136 | 71 | 14 | 520 | 131 | 56 |
| Binary | 11100000 | 1101 | 1100000 | 0 | 1011110 | 111001 | 1100 | 101010000 | 1011001 | 101110 |
Color Harmonies of #E00D60
Complementary color
Monochromatic Colors of #E00D60
Black with #E00D60
Text Example
Text Example
White with #E00D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D60; }
p { color: rgb(224,13,96); }
H1.HeaderClassName
{
color: #E00D60;
}
.AnyTagClassName
{
color: #E00D60;
}
</style>
background-color css
<style>
a { background-color: #E00D60; }
a { background-color: rgb(224,13,96); }
div.DivClassName
{
background-color: #E00D60;
}
.BgClassName
{
background-color: #E00D60;
}
</style>
border-color css
<style>
span { border-color: #E00D60; }
span { border-color: rgb(224,13,96); }
td.TdClassName
{
border-color: #E00D60;
}
.TagClassName
{
border-color: #E00D60;
}
</style>