Shades of Ruby #E7037C
Tints of Ruby #E7037C
RGB
CMYK
RGB Variations
Color information
#E7037C (or 0xE7037C) is known color: Ruby. HEX triplet: E7, 03 and 7C. RGB value is (231,3,124). Sum of RGB (Red+Green+Blue) = 231+3+124=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7037C is #18FC83. Grayscale: #545454. Windows color (decimal): -1637508 or 8127463. OLE color: 8127463.
HSL color Cylindrical-coordinate representation of color #E7037C: hue angle of 328.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7037C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.09 |
| HSL | 328.16º | 0.97% | 0.46% | - |
| HSV(B) | 328.16º | 0.99% | 0.91% | - |
| XYZ | 36.63 | 18.51 | 20.71 | - |
| YUV | 84.97 | 150.04 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 124 | 0 | 0.99 | 0.46 | 0.09 | 328.16 | 0.97 | 0.46 |
| Hex | E7 | 3 | 7C | 0 | 63 | 2E | 9 | 148 | 61 | 2E |
| Octal | 347 | 3 | 174 | 0 | 143 | 56 | 11 | 510 | 141 | 56 |
| Binary | 11100111 | 11 | 1111100 | 0 | 1100011 | 101110 | 1001 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E7037C
Complementary color
Monochromatic Colors of #E7037C
Black with #E7037C
Text Example
Text Example
White with #E7037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7037C; }
p { color: rgb(231,3,124); }
H1.HeaderClassName
{
color: #E7037C;
}
.AnyTagClassName
{
color: #E7037C;
}
</style>
background-color css
<style>
a { background-color: #E7037C; }
a { background-color: rgb(231,3,124); }
div.DivClassName
{
background-color: #E7037C;
}
.BgClassName
{
background-color: #E7037C;
}
</style>
border-color css
<style>
span { border-color: #E7037C; }
span { border-color: rgb(231,3,124); }
td.TdClassName
{
border-color: #E7037C;
}
.TagClassName
{
border-color: #E7037C;
}
</style>