Shades of Ruby #E10874
Tints of Ruby #E10874
RGB
CMYK
RGB Variations
Color information
#E10874 (or 0xE10874) is known color: Ruby. HEX triplet: E1, 08 and 74. RGB value is (225,8,116). Sum of RGB (Red+Green+Blue) = 225+8+116=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E10874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10874 is #1EF78B. Grayscale: #545454. Windows color (decimal): -2029452 or 7604449. OLE color: 7604449.
HSL color Cylindrical-coordinate representation of color #E10874: hue angle of 330.14º 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 #E10874 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.12 |
| HSL | 330.14º | 0.93% | 0.46% | - |
| HSV(B) | 330.14º | 0.96% | 0.88% | - |
| XYZ | 34.29 | 17.44 | 18.08 | - |
| YUV | 85.2 | 145.39 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 116 | 0 | 0.96 | 0.48 | 0.12 | 330.14 | 0.93 | 0.46 |
| Hex | E1 | 8 | 74 | 0 | 60 | 30 | C | 14A | 5D | 2E |
| Octal | 341 | 10 | 164 | 0 | 140 | 60 | 14 | 512 | 135 | 56 |
| Binary | 11100001 | 1000 | 1110100 | 0 | 1100000 | 110000 | 1100 | 101001010 | 1011101 | 101110 |
Color Harmonies of #E10874
Complementary color
Monochromatic Colors of #E10874
Black with #E10874
Text Example
Text Example
White with #E10874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10874; }
p { color: rgb(225,8,116); }
H1.HeaderClassName
{
color: #E10874;
}
.AnyTagClassName
{
color: #E10874;
}
</style>
background-color css
<style>
a { background-color: #E10874; }
a { background-color: rgb(225,8,116); }
div.DivClassName
{
background-color: #E10874;
}
.BgClassName
{
background-color: #E10874;
}
</style>
border-color css
<style>
span { border-color: #E10874; }
span { border-color: rgb(225,8,116); }
td.TdClassName
{
border-color: #E10874;
}
.TagClassName
{
border-color: #E10874;
}
</style>