Shades of Ruby #E7037D
Tints of Ruby #E7037D
RGB
CMYK
RGB Variations
Color information
#E7037D (or 0xE7037D) is known color: Ruby. HEX triplet: E7, 03 and 7D. RGB value is (231,3,125). Sum of RGB (Red+Green+Blue) = 231+3+125=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7037D is #18FC82. Grayscale: #545454. Windows color (decimal): -1637507 or 8192999. OLE color: 8192999.
HSL color Cylindrical-coordinate representation of color #E7037D: hue angle of 327.89º 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 #E7037D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.09 |
| HSL | 327.89º | 0.97% | 0.46% | - |
| HSV(B) | 327.89º | 0.99% | 0.91% | - |
| XYZ | 36.69 | 18.53 | 21.05 | - |
| YUV | 85.08 | 150.54 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 125 | 0 | 0.99 | 0.46 | 0.09 | 327.89 | 0.97 | 0.46 |
| Hex | E7 | 3 | 7D | 0 | 63 | 2E | 9 | 148 | 61 | 2E |
| Octal | 347 | 3 | 175 | 0 | 143 | 56 | 11 | 510 | 141 | 56 |
| Binary | 11100111 | 11 | 1111101 | 0 | 1100011 | 101110 | 1001 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E7037D
Complementary color
Monochromatic Colors of #E7037D
Black with #E7037D
Text Example
Text Example
White with #E7037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7037D; }
p { color: rgb(231,3,125); }
H1.HeaderClassName
{
color: #E7037D;
}
.AnyTagClassName
{
color: #E7037D;
}
</style>
background-color css
<style>
a { background-color: #E7037D; }
a { background-color: rgb(231,3,125); }
div.DivClassName
{
background-color: #E7037D;
}
.BgClassName
{
background-color: #E7037D;
}
</style>
border-color css
<style>
span { border-color: #E7037D; }
span { border-color: rgb(231,3,125); }
td.TdClassName
{
border-color: #E7037D;
}
.TagClassName
{
border-color: #E7037D;
}
</style>