Shades of Ruby #E00C70
Tints of Ruby #E00C70
RGB
CMYK
RGB Variations
Color information
#E00C70 (or 0xE00C70) is known color: Ruby. HEX triplet: E0, 0C and 70. RGB value is (224,12,112). Sum of RGB (Red+Green+Blue) = 224+12+112=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C70 is #1FF38F. Grayscale: #565656. Windows color (decimal): -2093968 or 7343328. OLE color: 7343328.
HSL color Cylindrical-coordinate representation of color #E00C70: hue angle of 331.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C70 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 112 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.12 |
| HSL | 331.7º | 0.9% | 0.46% | - |
| HSV(B) | 331.7º | 0.95% | 0.88% | - |
| XYZ | 33.8 | 17.28 | 16.88 | - |
| YUV | 86.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 112 | 0 | 0.95 | 0.50 | 0.12 | 331.7 | 0.9 | 0.46 |
| Hex | E0 | C | 70 | 0 | 5F | 32 | C | 14C | 5A | 2E |
| Octal | 340 | 14 | 160 | 0 | 137 | 62 | 14 | 514 | 132 | 56 |
| Binary | 11100000 | 1100 | 1110000 | 0 | 1011111 | 110010 | 1100 | 101001100 | 1011010 | 101110 |
Color Harmonies of #E00C70
Complementary color
Monochromatic Colors of #E00C70
Black with #E00C70
Text Example
Text Example
White with #E00C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C70; }
p { color: rgb(224,12,112); }
H1.HeaderClassName
{
color: #E00C70;
}
.AnyTagClassName
{
color: #E00C70;
}
</style>
background-color css
<style>
a { background-color: #E00C70; }
a { background-color: rgb(224,12,112); }
div.DivClassName
{
background-color: #E00C70;
}
.BgClassName
{
background-color: #E00C70;
}
</style>
border-color css
<style>
span { border-color: #E00C70; }
span { border-color: rgb(224,12,112); }
td.TdClassName
{
border-color: #E00C70;
}
.TagClassName
{
border-color: #E00C70;
}
</style>