Shades of Ruby #E00778
Tints of Ruby #E00778
RGB
CMYK
RGB Variations
Color information
#E00778 (or 0xE00778) is known color: Ruby. HEX triplet: E0, 07 and 78. RGB value is (224,7,120). Sum of RGB (Red+Green+Blue) = 224+7+120=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E00778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00778 is #1FF887. Grayscale: #545454. Windows color (decimal): -2095240 or 7866336. OLE color: 7866336.
HSL color Cylindrical-coordinate representation of color #E00778: hue angle of 328.76º 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 #E00778 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.12 |
| HSL | 328.76º | 0.94% | 0.45% | - |
| HSV(B) | 328.76º | 0.97% | 0.88% | - |
| XYZ | 34.21 | 17.36 | 19.32 | - |
| YUV | 84.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 120 | 0 | 0.97 | 0.46 | 0.12 | 328.76 | 0.94 | 0.45 |
| Hex | E0 | 7 | 78 | 0 | 61 | 2E | C | 149 | 5E | 2D |
| Octal | 340 | 7 | 170 | 0 | 141 | 56 | 14 | 511 | 136 | 55 |
| Binary | 11100000 | 111 | 1111000 | 0 | 1100001 | 101110 | 1100 | 101001001 | 1011110 | 101101 |
Color Harmonies of #E00778
Complementary color
Monochromatic Colors of #E00778
Black with #E00778
Text Example
Text Example
White with #E00778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00778; }
p { color: rgb(224,7,120); }
H1.HeaderClassName
{
color: #E00778;
}
.AnyTagClassName
{
color: #E00778;
}
</style>
background-color css
<style>
a { background-color: #E00778; }
a { background-color: rgb(224,7,120); }
div.DivClassName
{
background-color: #E00778;
}
.BgClassName
{
background-color: #E00778;
}
</style>
border-color css
<style>
span { border-color: #E00778; }
span { border-color: rgb(224,7,120); }
td.TdClassName
{
border-color: #E00778;
}
.TagClassName
{
border-color: #E00778;
}
</style>