Shades of Ruby #E00F78
Tints of Ruby #E00F78
RGB
CMYK
RGB Variations
Color information
#E00F78 (or 0xE00F78) is known color: Ruby. HEX triplet: E0, 0F and 78. RGB value is (224,15,120). Sum of RGB (Red+Green+Blue) = 224+15+120=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F78 is #1FF087. Grayscale: #595959. Windows color (decimal): -2093192 or 7868384. OLE color: 7868384.
HSL color Cylindrical-coordinate representation of color #E00F78: hue angle of 329.86º degrees, saturation: 0.87, 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 #E00F78 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.12 |
| HSL | 329.86º | 0.87% | 0.47% | - |
| HSV(B) | 329.86º | 0.93% | 0.88% | - |
| XYZ | 34.3 | 17.55 | 19.35 | - |
| YUV | 89.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 120 | 0 | 0.93 | 0.46 | 0.12 | 329.86 | 0.87 | 0.47 |
| Hex | E0 | F | 78 | 0 | 5D | 2E | C | 14A | 57 | 2F |
| Octal | 340 | 17 | 170 | 0 | 135 | 56 | 14 | 512 | 127 | 57 |
| Binary | 11100000 | 1111 | 1111000 | 0 | 1011101 | 101110 | 1100 | 101001010 | 1010111 | 101111 |
Color Harmonies of #E00F78
Complementary color
Monochromatic Colors of #E00F78
Black with #E00F78
Text Example
Text Example
White with #E00F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F78; }
p { color: rgb(224,15,120); }
H1.HeaderClassName
{
color: #E00F78;
}
.AnyTagClassName
{
color: #E00F78;
}
</style>
background-color css
<style>
a { background-color: #E00F78; }
a { background-color: rgb(224,15,120); }
div.DivClassName
{
background-color: #E00F78;
}
.BgClassName
{
background-color: #E00F78;
}
</style>
border-color css
<style>
span { border-color: #E00F78; }
span { border-color: rgb(224,15,120); }
td.TdClassName
{
border-color: #E00F78;
}
.TagClassName
{
border-color: #E00F78;
}
</style>