Shades of Ruby #E5077C
Tints of Ruby #E5077C
RGB
CMYK
RGB Variations
Color information
#E5077C (or 0xE5077C) is known color: Ruby. HEX triplet: E5, 07 and 7C. RGB value is (229,7,124). Sum of RGB (Red+Green+Blue) = 229+7+124=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5077C is #1AF883. Grayscale: #565656. Windows color (decimal): -1767556 or 8128485. OLE color: 8128485.
HSL color Cylindrical-coordinate representation of color #E5077C: hue angle of 328.38º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5077C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.10 |
| HSL | 328.38º | 0.94% | 0.46% | - |
| HSV(B) | 328.38º | 0.97% | 0.9% | - |
| XYZ | 36.03 | 18.27 | 20.7 | - |
| YUV | 86.72 | 149.05 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 124 | 0 | 0.97 | 0.46 | 0.10 | 328.38 | 0.94 | 0.46 |
| Hex | E5 | 7 | 7C | 0 | 61 | 2E | A | 148 | 5E | 2E |
| Octal | 345 | 7 | 174 | 0 | 141 | 56 | 12 | 510 | 136 | 56 |
| Binary | 11100101 | 111 | 1111100 | 0 | 1100001 | 101110 | 1010 | 101001000 | 1011110 | 101110 |
Color Harmonies of #E5077C
Complementary color
Monochromatic Colors of #E5077C
Black with #E5077C
Text Example
Text Example
White with #E5077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5077C; }
p { color: rgb(229,7,124); }
H1.HeaderClassName
{
color: #E5077C;
}
.AnyTagClassName
{
color: #E5077C;
}
</style>
background-color css
<style>
a { background-color: #E5077C; }
a { background-color: rgb(229,7,124); }
div.DivClassName
{
background-color: #E5077C;
}
.BgClassName
{
background-color: #E5077C;
}
</style>
border-color css
<style>
span { border-color: #E5077C; }
span { border-color: rgb(229,7,124); }
td.TdClassName
{
border-color: #E5077C;
}
.TagClassName
{
border-color: #E5077C;
}
</style>