Shades of Ruby #E00078
Tints of Ruby #E00078
RGB
CMYK
RGB Variations
Color information
#E00078 (or 0xE00078) is known color: Ruby. HEX triplet: E0, 00 and 78. RGB value is (224,0,120). Sum of RGB (Red+Green+Blue) = 224+0+120=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00078 is #1FFF87. Grayscale: #505050. Windows color (decimal): -2097032 or 7864544. OLE color: 7864544.
HSL color Cylindrical-coordinate representation of color #E00078: hue angle of 327.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00078 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.46 | 0.12 |
| HSL | 327.86º | 1% | 0.44% | - |
| HSV(B) | 327.86º | 1% | 0.88% | - |
| XYZ | 34.13 | 17.2 | 19.29 | - |
| YUV | 80.66 | 150.21 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 120 | 0 | 1 | 0.46 | 0.12 | 327.86 | 1 | 0.44 |
| Hex | E0 | 0 | 78 | 0 | 64 | 2E | C | 148 | 64 | 2C |
| Octal | 340 | 0 | 170 | 0 | 144 | 56 | 14 | 510 | 144 | 54 |
| Binary | 11100000 | 0 | 1111000 | 0 | 1100100 | 101110 | 1100 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E00078
Complementary color
Monochromatic Colors of #E00078
Black with #E00078
Text Example
Text Example
White with #E00078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00078; }
p { color: rgb(224,0,120); }
H1.HeaderClassName
{
color: #E00078;
}
.AnyTagClassName
{
color: #E00078;
}
</style>
background-color css
<style>
a { background-color: #E00078; }
a { background-color: rgb(224,0,120); }
div.DivClassName
{
background-color: #E00078;
}
.BgClassName
{
background-color: #E00078;
}
</style>
border-color css
<style>
span { border-color: #E00078; }
span { border-color: rgb(224,0,120); }
td.TdClassName
{
border-color: #E00078;
}
.TagClassName
{
border-color: #E00078;
}
</style>