Shades of Ruby #E10978
Tints of Ruby #E10978
RGB
CMYK
RGB Variations
Color information
#E10978 (or 0xE10978) is known color: Ruby. HEX triplet: E1, 09 and 78. RGB value is (225,9,120). Sum of RGB (Red+Green+Blue) = 225+9+120=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E10978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10978 is #1EF687. Grayscale: #565656. Windows color (decimal): -2029192 or 7866849. OLE color: 7866849.
HSL color Cylindrical-coordinate representation of color #E10978: hue angle of 329.17º degrees, saturation: 0.92, 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 #E10978 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.12 |
| HSL | 329.17º | 0.92% | 0.46% | - |
| HSV(B) | 329.17º | 0.96% | 0.88% | - |
| XYZ | 34.54 | 17.56 | 19.34 | - |
| YUV | 86.24 | 147.06 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 120 | 0 | 0.96 | 0.47 | 0.12 | 329.17 | 0.92 | 0.46 |
| Hex | E1 | 9 | 78 | 0 | 60 | 2F | C | 149 | 5C | 2E |
| Octal | 341 | 11 | 170 | 0 | 140 | 57 | 14 | 511 | 134 | 56 |
| Binary | 11100001 | 1001 | 1111000 | 0 | 1100000 | 101111 | 1100 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E10978
Complementary color
Monochromatic Colors of #E10978
Black with #E10978
Text Example
Text Example
White with #E10978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10978; }
p { color: rgb(225,9,120); }
H1.HeaderClassName
{
color: #E10978;
}
.AnyTagClassName
{
color: #E10978;
}
</style>
background-color css
<style>
a { background-color: #E10978; }
a { background-color: rgb(225,9,120); }
div.DivClassName
{
background-color: #E10978;
}
.BgClassName
{
background-color: #E10978;
}
</style>
border-color css
<style>
span { border-color: #E10978; }
span { border-color: rgb(225,9,120); }
td.TdClassName
{
border-color: #E10978;
}
.TagClassName
{
border-color: #E10978;
}
</style>