Shades of Ruby #E5037D
Tints of Ruby #E5037D
RGB
CMYK
RGB Variations
Color information
#E5037D (or 0xE5037D) is known color: Ruby. HEX triplet: E5, 03 and 7D. RGB value is (229,3,125). Sum of RGB (Red+Green+Blue) = 229+3+125=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5037D is #1AFC82. Grayscale: #545454. Windows color (decimal): -1768579 or 8192997. OLE color: 8192997.
HSL color Cylindrical-coordinate representation of color #E5037D: hue angle of 327.61º 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 #E5037D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.10 |
| HSL | 327.61º | 0.97% | 0.45% | - |
| HSV(B) | 327.61º | 0.99% | 0.9% | - |
| XYZ | 36.05 | 18.2 | 21.02 | - |
| YUV | 84.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 125 | 0 | 0.99 | 0.45 | 0.10 | 327.61 | 0.97 | 0.45 |
| Hex | E5 | 3 | 7D | 0 | 63 | 2D | A | 148 | 61 | 2D |
| Octal | 345 | 3 | 175 | 0 | 143 | 55 | 12 | 510 | 141 | 55 |
| Binary | 11100101 | 11 | 1111101 | 0 | 1100011 | 101101 | 1010 | 101001000 | 1100001 | 101101 |
Color Harmonies of #E5037D
Complementary color
Monochromatic Colors of #E5037D
Black with #E5037D
Text Example
Text Example
White with #E5037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5037D; }
p { color: rgb(229,3,125); }
H1.HeaderClassName
{
color: #E5037D;
}
.AnyTagClassName
{
color: #E5037D;
}
</style>
background-color css
<style>
a { background-color: #E5037D; }
a { background-color: rgb(229,3,125); }
div.DivClassName
{
background-color: #E5037D;
}
.BgClassName
{
background-color: #E5037D;
}
</style>
border-color css
<style>
span { border-color: #E5037D; }
span { border-color: rgb(229,3,125); }
td.TdClassName
{
border-color: #E5037D;
}
.TagClassName
{
border-color: #E5037D;
}
</style>