Shades of Ruby #E5037C
Tints of Ruby #E5037C
RGB
CMYK
RGB Variations
Color information
#E5037C (or 0xE5037C) is known color: Ruby. HEX triplet: E5, 03 and 7C. RGB value is (229,3,124). Sum of RGB (Red+Green+Blue) = 229+3+124=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5037C is #1AFC83. Grayscale: #545454. Windows color (decimal): -1768580 or 8127461. OLE color: 8127461.
HSL color Cylindrical-coordinate representation of color #E5037C: hue angle of 327.88º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5037C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.10 |
| HSL | 327.88º | 0.97% | 0.45% | - |
| HSV(B) | 327.88º | 0.99% | 0.9% | - |
| XYZ | 35.98 | 18.18 | 20.68 | - |
| YUV | 84.37 | 150.37 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 124 | 0 | 0.99 | 0.46 | 0.10 | 327.88 | 0.97 | 0.45 |
| Hex | E5 | 3 | 7C | 0 | 63 | 2E | A | 148 | 61 | 2D |
| Octal | 345 | 3 | 174 | 0 | 143 | 56 | 12 | 510 | 141 | 55 |
| Binary | 11100101 | 11 | 1111100 | 0 | 1100011 | 101110 | 1010 | 101001000 | 1100001 | 101101 |
Color Harmonies of #E5037C
Complementary color
Monochromatic Colors of #E5037C
Black with #E5037C
Text Example
Text Example
White with #E5037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5037C; }
p { color: rgb(229,3,124); }
H1.HeaderClassName
{
color: #E5037C;
}
.AnyTagClassName
{
color: #E5037C;
}
</style>
background-color css
<style>
a { background-color: #E5037C; }
a { background-color: rgb(229,3,124); }
div.DivClassName
{
background-color: #E5037C;
}
.BgClassName
{
background-color: #E5037C;
}
</style>
border-color css
<style>
span { border-color: #E5037C; }
span { border-color: rgb(229,3,124); }
td.TdClassName
{
border-color: #E5037C;
}
.TagClassName
{
border-color: #E5037C;
}
</style>