Shades of Ruby #E10778
Tints of Ruby #E10778
RGB
CMYK
RGB Variations
Color information
#E10778 (or 0xE10778) is known color: Ruby. HEX triplet: E1, 07 and 78. RGB value is (225,7,120). Sum of RGB (Red+Green+Blue) = 225+7+120=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E10778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10778 is #1EF887. Grayscale: #545454. Windows color (decimal): -2029704 or 7866337. OLE color: 7866337.
HSL color Cylindrical-coordinate representation of color #E10778: hue angle of 328.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10778 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.12 |
| HSL | 328.9º | 0.94% | 0.45% | - |
| HSV(B) | 328.9º | 0.97% | 0.88% | - |
| XYZ | 34.52 | 17.52 | 19.33 | - |
| YUV | 85.06 | 147.72 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 120 | 0 | 0.97 | 0.47 | 0.12 | 328.9 | 0.94 | 0.45 |
| Hex | E1 | 7 | 78 | 0 | 61 | 2F | C | 149 | 5E | 2D |
| Octal | 341 | 7 | 170 | 0 | 141 | 57 | 14 | 511 | 136 | 55 |
| Binary | 11100001 | 111 | 1111000 | 0 | 1100001 | 101111 | 1100 | 101001001 | 1011110 | 101101 |
Color Harmonies of #E10778
Complementary color
Monochromatic Colors of #E10778
Black with #E10778
Text Example
Text Example
White with #E10778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10778; }
p { color: rgb(225,7,120); }
H1.HeaderClassName
{
color: #E10778;
}
.AnyTagClassName
{
color: #E10778;
}
</style>
background-color css
<style>
a { background-color: #E10778; }
a { background-color: rgb(225,7,120); }
div.DivClassName
{
background-color: #E10778;
}
.BgClassName
{
background-color: #E10778;
}
</style>
border-color css
<style>
span { border-color: #E10778; }
span { border-color: rgb(225,7,120); }
td.TdClassName
{
border-color: #E10778;
}
.TagClassName
{
border-color: #E10778;
}
</style>