Shades of Ruby #E0077A
Tints of Ruby #E0077A
RGB
CMYK
RGB Variations
Color information
#E0077A (or 0xE0077A) is known color: Ruby. HEX triplet: E0, 07 and 7A. RGB value is (224,7,122). Sum of RGB (Red+Green+Blue) = 224+7+122=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0077A is #1FF885. Grayscale: #545454. Windows color (decimal): -2095238 or 7997408. OLE color: 7997408.
HSL color Cylindrical-coordinate representation of color #E0077A: hue angle of 328.2º 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 #E0077A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.12 |
| HSL | 328.2º | 0.94% | 0.45% | - |
| HSV(B) | 328.2º | 0.97% | 0.88% | - |
| XYZ | 34.33 | 17.4 | 19.96 | - |
| YUV | 84.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 122 | 0 | 0.97 | 0.46 | 0.12 | 328.2 | 0.94 | 0.45 |
| Hex | E0 | 7 | 7A | 0 | 61 | 2E | C | 148 | 5E | 2D |
| Octal | 340 | 7 | 172 | 0 | 141 | 56 | 14 | 510 | 136 | 55 |
| Binary | 11100000 | 111 | 1111010 | 0 | 1100001 | 101110 | 1100 | 101001000 | 1011110 | 101101 |
Color Harmonies of #E0077A
Complementary color
Monochromatic Colors of #E0077A
Black with #E0077A
Text Example
Text Example
White with #E0077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0077A; }
p { color: rgb(224,7,122); }
H1.HeaderClassName
{
color: #E0077A;
}
.AnyTagClassName
{
color: #E0077A;
}
</style>
background-color css
<style>
a { background-color: #E0077A; }
a { background-color: rgb(224,7,122); }
div.DivClassName
{
background-color: #E0077A;
}
.BgClassName
{
background-color: #E0077A;
}
</style>
border-color css
<style>
span { border-color: #E0077A; }
span { border-color: rgb(224,7,122); }
td.TdClassName
{
border-color: #E0077A;
}
.TagClassName
{
border-color: #E0077A;
}
</style>