Shades of Ruby #E10779
Tints of Ruby #E10779
RGB
CMYK
RGB Variations
Color information
#E10779 (or 0xE10779) is known color: Ruby. HEX triplet: E1, 07 and 79. RGB value is (225,7,121). Sum of RGB (Red+Green+Blue) = 225+7+121=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E10779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10779 is #1EF886. Grayscale: #545454. Windows color (decimal): -2029703 or 7931873. OLE color: 7931873.
HSL color Cylindrical-coordinate representation of color #E10779: hue angle of 328.62º 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 #E10779 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.12 |
| HSL | 328.62º | 0.94% | 0.45% | - |
| HSV(B) | 328.62º | 0.97% | 0.88% | - |
| XYZ | 34.58 | 17.54 | 19.65 | - |
| YUV | 85.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 121 | 0 | 0.97 | 0.46 | 0.12 | 328.62 | 0.94 | 0.45 |
| Hex | E1 | 7 | 79 | 0 | 61 | 2E | C | 149 | 5E | 2D |
| Octal | 341 | 7 | 171 | 0 | 141 | 56 | 14 | 511 | 136 | 55 |
| Binary | 11100001 | 111 | 1111001 | 0 | 1100001 | 101110 | 1100 | 101001001 | 1011110 | 101101 |
Color Harmonies of #E10779
Complementary color
Monochromatic Colors of #E10779
Black with #E10779
Text Example
Text Example
White with #E10779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10779; }
p { color: rgb(225,7,121); }
H1.HeaderClassName
{
color: #E10779;
}
.AnyTagClassName
{
color: #E10779;
}
</style>
background-color css
<style>
a { background-color: #E10779; }
a { background-color: rgb(225,7,121); }
div.DivClassName
{
background-color: #E10779;
}
.BgClassName
{
background-color: #E10779;
}
</style>
border-color css
<style>
span { border-color: #E10779; }
span { border-color: rgb(225,7,121); }
td.TdClassName
{
border-color: #E10779;
}
.TagClassName
{
border-color: #E10779;
}
</style>