Shades of Ruby #E8077A
Tints of Ruby #E8077A
RGB
CMYK
RGB Variations
Color information
#E8077A (or 0xE8077A) is known color: Ruby. HEX triplet: E8, 07 and 7A. RGB value is (232,7,122). Sum of RGB (Red+Green+Blue) = 232+7+122=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8077A is #17F885. Grayscale: #575757. Windows color (decimal): -1570950 or 7997416. OLE color: 7997416.
HSL color Cylindrical-coordinate representation of color #E8077A: hue angle of 329.33º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8077A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.09 |
| HSL | 329.33º | 0.94% | 0.47% | - |
| HSV(B) | 329.33º | 0.97% | 0.91% | - |
| XYZ | 36.87 | 18.71 | 20.08 | - |
| YUV | 87.39 | 147.54 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 122 | 0 | 0.97 | 0.47 | 0.09 | 329.33 | 0.94 | 0.47 |
| Hex | E8 | 7 | 7A | 0 | 61 | 2F | 9 | 149 | 5E | 2F |
| Octal | 350 | 7 | 172 | 0 | 141 | 57 | 11 | 511 | 136 | 57 |
| Binary | 11101000 | 111 | 1111010 | 0 | 1100001 | 101111 | 1001 | 101001001 | 1011110 | 101111 |
Color Harmonies of #E8077A
Complementary color
Monochromatic Colors of #E8077A
Black with #E8077A
Text Example
Text Example
White with #E8077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8077A; }
p { color: rgb(232,7,122); }
H1.HeaderClassName
{
color: #E8077A;
}
.AnyTagClassName
{
color: #E8077A;
}
</style>
background-color css
<style>
a { background-color: #E8077A; }
a { background-color: rgb(232,7,122); }
div.DivClassName
{
background-color: #E8077A;
}
.BgClassName
{
background-color: #E8077A;
}
</style>
border-color css
<style>
span { border-color: #E8077A; }
span { border-color: rgb(232,7,122); }
td.TdClassName
{
border-color: #E8077A;
}
.TagClassName
{
border-color: #E8077A;
}
</style>