Shades of Ruby #E10878
Tints of Ruby #E10878
RGB
CMYK
RGB Variations
Color information
#E10878 (or 0xE10878) is known color: Ruby. HEX triplet: E1, 08 and 78. RGB value is (225,8,120). Sum of RGB (Red+Green+Blue) = 225+8+120=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E10878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10878 is #1EF787. Grayscale: #555555. Windows color (decimal): -2029448 or 7866593. OLE color: 7866593.
HSL color Cylindrical-coordinate representation of color #E10878: hue angle of 329.03º 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 #E10878 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.12 |
| HSL | 329.03º | 0.93% | 0.46% | - |
| HSV(B) | 329.03º | 0.96% | 0.88% | - |
| XYZ | 34.53 | 17.54 | 19.33 | - |
| YUV | 85.65 | 147.39 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 120 | 0 | 0.96 | 0.47 | 0.12 | 329.03 | 0.93 | 0.46 |
| Hex | E1 | 8 | 78 | 0 | 60 | 2F | C | 149 | 5D | 2E |
| Octal | 341 | 10 | 170 | 0 | 140 | 57 | 14 | 511 | 135 | 56 |
| Binary | 11100001 | 1000 | 1111000 | 0 | 1100000 | 101111 | 1100 | 101001001 | 1011101 | 101110 |
Color Harmonies of #E10878
Complementary color
Monochromatic Colors of #E10878
Black with #E10878
Text Example
Text Example
White with #E10878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10878; }
p { color: rgb(225,8,120); }
H1.HeaderClassName
{
color: #E10878;
}
.AnyTagClassName
{
color: #E10878;
}
</style>
background-color css
<style>
a { background-color: #E10878; }
a { background-color: rgb(225,8,120); }
div.DivClassName
{
background-color: #E10878;
}
.BgClassName
{
background-color: #E10878;
}
</style>
border-color css
<style>
span { border-color: #E10878; }
span { border-color: rgb(225,8,120); }
td.TdClassName
{
border-color: #E10878;
}
.TagClassName
{
border-color: #E10878;
}
</style>