Shades of Ruby #E10871
Tints of Ruby #E10871
RGB
CMYK
RGB Variations
Color information
#E10871 (or 0xE10871) is known color: Ruby. HEX triplet: E1, 08 and 71. RGB value is (225,8,113). Sum of RGB (Red+Green+Blue) = 225+8+113=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10871 is #1EF78E. Grayscale: #545454. Windows color (decimal): -2029455 or 7407841. OLE color: 7407841.
HSL color Cylindrical-coordinate representation of color #E10871: hue angle of 330.97º 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 #E10871 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.12 |
| HSL | 330.97º | 0.93% | 0.46% | - |
| HSV(B) | 330.97º | 0.96% | 0.88% | - |
| XYZ | 34.12 | 17.37 | 17.18 | - |
| YUV | 84.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 113 | 0 | 0.96 | 0.50 | 0.12 | 330.97 | 0.93 | 0.46 |
| Hex | E1 | 8 | 71 | 0 | 60 | 32 | C | 14B | 5D | 2E |
| Octal | 341 | 10 | 161 | 0 | 140 | 62 | 14 | 513 | 135 | 56 |
| Binary | 11100001 | 1000 | 1110001 | 0 | 1100000 | 110010 | 1100 | 101001011 | 1011101 | 101110 |
Color Harmonies of #E10871
Complementary color
Monochromatic Colors of #E10871
Black with #E10871
Text Example
Text Example
White with #E10871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10871; }
p { color: rgb(225,8,113); }
H1.HeaderClassName
{
color: #E10871;
}
.AnyTagClassName
{
color: #E10871;
}
</style>
background-color css
<style>
a { background-color: #E10871; }
a { background-color: rgb(225,8,113); }
div.DivClassName
{
background-color: #E10871;
}
.BgClassName
{
background-color: #E10871;
}
</style>
border-color css
<style>
span { border-color: #E10871; }
span { border-color: rgb(225,8,113); }
td.TdClassName
{
border-color: #E10871;
}
.TagClassName
{
border-color: #E10871;
}
</style>