Shades of Ruby #E10870
Tints of Ruby #E10870
RGB
CMYK
RGB Variations
Color information
#E10870 (or 0xE10870) is known color: Ruby. HEX triplet: E1, 08 and 70. RGB value is (225,8,112). Sum of RGB (Red+Green+Blue) = 225+8+112=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E10870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10870 is #1EF78F. Grayscale: #545454. Windows color (decimal): -2029456 or 7342305. OLE color: 7342305.
HSL color Cylindrical-coordinate representation of color #E10870: hue angle of 331.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10870 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.12 |
| HSL | 331.24º | 0.93% | 0.46% | - |
| HSV(B) | 331.24º | 0.96% | 0.88% | - |
| XYZ | 34.06 | 17.35 | 16.88 | - |
| YUV | 84.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 112 | 0 | 0.96 | 0.50 | 0.12 | 331.24 | 0.93 | 0.46 |
| Hex | E1 | 8 | 70 | 0 | 60 | 32 | C | 14B | 5D | 2E |
| Octal | 341 | 10 | 160 | 0 | 140 | 62 | 14 | 513 | 135 | 56 |
| Binary | 11100001 | 1000 | 1110000 | 0 | 1100000 | 110010 | 1100 | 101001011 | 1011101 | 101110 |
Color Harmonies of #E10870
Complementary color
Monochromatic Colors of #E10870
Black with #E10870
Text Example
Text Example
White with #E10870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10870; }
p { color: rgb(225,8,112); }
H1.HeaderClassName
{
color: #E10870;
}
.AnyTagClassName
{
color: #E10870;
}
</style>
background-color css
<style>
a { background-color: #E10870; }
a { background-color: rgb(225,8,112); }
div.DivClassName
{
background-color: #E10870;
}
.BgClassName
{
background-color: #E10870;
}
</style>
border-color css
<style>
span { border-color: #E10870; }
span { border-color: rgb(225,8,112); }
td.TdClassName
{
border-color: #E10870;
}
.TagClassName
{
border-color: #E10870;
}
</style>