Shades of Ruby #E00F70
Tints of Ruby #E00F70
RGB
CMYK
RGB Variations
Color information
#E00F70 (or 0xE00F70) is known color: Ruby. HEX triplet: E0, 0F and 70. RGB value is (224,15,112). Sum of RGB (Red+Green+Blue) = 224+15+112=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F70 is #1FF08F. Grayscale: #585858. Windows color (decimal): -2093200 or 7344096. OLE color: 7344096.
HSL color Cylindrical-coordinate representation of color #E00F70: hue angle of 332.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F70 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 112 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.12 |
| HSL | 332.15º | 0.87% | 0.47% | - |
| HSV(B) | 332.15º | 0.93% | 0.88% | - |
| XYZ | 33.84 | 17.36 | 16.9 | - |
| YUV | 88.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 112 | 0 | 0.93 | 0.50 | 0.12 | 332.15 | 0.87 | 0.47 |
| Hex | E0 | F | 70 | 0 | 5D | 32 | C | 14C | 57 | 2F |
| Octal | 340 | 17 | 160 | 0 | 135 | 62 | 14 | 514 | 127 | 57 |
| Binary | 11100000 | 1111 | 1110000 | 0 | 1011101 | 110010 | 1100 | 101001100 | 1010111 | 101111 |
Color Harmonies of #E00F70
Complementary color
Monochromatic Colors of #E00F70
Black with #E00F70
Text Example
Text Example
White with #E00F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F70; }
p { color: rgb(224,15,112); }
H1.HeaderClassName
{
color: #E00F70;
}
.AnyTagClassName
{
color: #E00F70;
}
</style>
background-color css
<style>
a { background-color: #E00F70; }
a { background-color: rgb(224,15,112); }
div.DivClassName
{
background-color: #E00F70;
}
.BgClassName
{
background-color: #E00F70;
}
</style>
border-color css
<style>
span { border-color: #E00F70; }
span { border-color: rgb(224,15,112); }
td.TdClassName
{
border-color: #E00F70;
}
.TagClassName
{
border-color: #E00F70;
}
</style>