Shades of Ruby #E3077C
Tints of Ruby #E3077C
RGB
CMYK
RGB Variations
Color information
#E3077C (or 0xE3077C) is known color: Ruby. HEX triplet: E3, 07 and 7C. RGB value is (227,7,124). Sum of RGB (Red+Green+Blue) = 227+7+124=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3077C is #1CF883. Grayscale: #555555. Windows color (decimal): -1898628 or 8128483. OLE color: 8128483.
HSL color Cylindrical-coordinate representation of color #E3077C: hue angle of 328.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3077C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.11 |
| HSL | 328.09º | 0.94% | 0.46% | - |
| HSV(B) | 328.09º | 0.97% | 0.89% | - |
| XYZ | 35.39 | 17.94 | 20.67 | - |
| YUV | 86.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 124 | 0 | 0.97 | 0.45 | 0.11 | 328.09 | 0.94 | 0.46 |
| Hex | E3 | 7 | 7C | 0 | 61 | 2D | B | 148 | 5E | 2E |
| Octal | 343 | 7 | 174 | 0 | 141 | 55 | 13 | 510 | 136 | 56 |
| Binary | 11100011 | 111 | 1111100 | 0 | 1100001 | 101101 | 1011 | 101001000 | 1011110 | 101110 |
Color Harmonies of #E3077C
Complementary color
Monochromatic Colors of #E3077C
Black with #E3077C
Text Example
Text Example
White with #E3077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3077C; }
p { color: rgb(227,7,124); }
H1.HeaderClassName
{
color: #E3077C;
}
.AnyTagClassName
{
color: #E3077C;
}
</style>
background-color css
<style>
a { background-color: #E3077C; }
a { background-color: rgb(227,7,124); }
div.DivClassName
{
background-color: #E3077C;
}
.BgClassName
{
background-color: #E3077C;
}
</style>
border-color css
<style>
span { border-color: #E3077C; }
span { border-color: rgb(227,7,124); }
td.TdClassName
{
border-color: #E3077C;
}
.TagClassName
{
border-color: #E3077C;
}
</style>