Shades of Ruby #E10F78
Tints of Ruby #E10F78
RGB
CMYK
RGB Variations
Color information
#E10F78 (or 0xE10F78) is known color: Ruby. HEX triplet: E1, 0F and 78. RGB value is (225,15,120). Sum of RGB (Red+Green+Blue) = 225+15+120=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10F78 is #1EF087. Grayscale: #595959. Windows color (decimal): -2027656 or 7868385. OLE color: 7868385.
HSL color Cylindrical-coordinate representation of color #E10F78: hue angle of 330º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F78 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.12 |
| HSL | 330º | 0.88% | 0.47% | - |
| HSV(B) | 330º | 0.93% | 0.88% | - |
| XYZ | 34.61 | 17.71 | 19.36 | - |
| YUV | 89.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 120 | 0 | 0.93 | 0.47 | 0.12 | 330 | 0.88 | 0.47 |
| Hex | E1 | F | 78 | 0 | 5D | 2F | C | 14A | 58 | 2F |
| Octal | 341 | 17 | 170 | 0 | 135 | 57 | 14 | 512 | 130 | 57 |
| Binary | 11100001 | 1111 | 1111000 | 0 | 1011101 | 101111 | 1100 | 101001010 | 1011000 | 101111 |
Color Harmonies of #E10F78
Complementary color
Monochromatic Colors of #E10F78
Black with #E10F78
Text Example
Text Example
White with #E10F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F78; }
p { color: rgb(225,15,120); }
H1.HeaderClassName
{
color: #E10F78;
}
.AnyTagClassName
{
color: #E10F78;
}
</style>
background-color css
<style>
a { background-color: #E10F78; }
a { background-color: rgb(225,15,120); }
div.DivClassName
{
background-color: #E10F78;
}
.BgClassName
{
background-color: #E10F78;
}
</style>
border-color css
<style>
span { border-color: #E10F78; }
span { border-color: rgb(225,15,120); }
td.TdClassName
{
border-color: #E10F78;
}
.TagClassName
{
border-color: #E10F78;
}
</style>