Shades of Ruby #E5047D
Tints of Ruby #E5047D
RGB
CMYK
RGB Variations
Color information
#E5047D (or 0xE5047D) is known color: Ruby. HEX triplet: E5, 04 and 7D. RGB value is (229,4,125). Sum of RGB (Red+Green+Blue) = 229+4+125=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5047D is #1AFB82. Grayscale: #545454. Windows color (decimal): -1768323 or 8193253. OLE color: 8193253.
HSL color Cylindrical-coordinate representation of color #E5047D: hue angle of 327.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5047D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.10 |
| HSL | 327.73º | 0.97% | 0.46% | - |
| HSV(B) | 327.73º | 0.98% | 0.9% | - |
| XYZ | 36.06 | 18.23 | 21.02 | - |
| YUV | 85.07 | 150.54 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 125 | 0 | 0.98 | 0.45 | 0.10 | 327.73 | 0.97 | 0.46 |
| Hex | E5 | 4 | 7D | 0 | 62 | 2D | A | 148 | 61 | 2E |
| Octal | 345 | 4 | 175 | 0 | 142 | 55 | 12 | 510 | 141 | 56 |
| Binary | 11100101 | 100 | 1111101 | 0 | 1100010 | 101101 | 1010 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E5047D
Complementary color
Monochromatic Colors of #E5047D
Black with #E5047D
Text Example
Text Example
White with #E5047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5047D; }
p { color: rgb(229,4,125); }
H1.HeaderClassName
{
color: #E5047D;
}
.AnyTagClassName
{
color: #E5047D;
}
</style>
background-color css
<style>
a { background-color: #E5047D; }
a { background-color: rgb(229,4,125); }
div.DivClassName
{
background-color: #E5047D;
}
.BgClassName
{
background-color: #E5047D;
}
</style>
border-color css
<style>
span { border-color: #E5047D; }
span { border-color: rgb(229,4,125); }
td.TdClassName
{
border-color: #E5047D;
}
.TagClassName
{
border-color: #E5047D;
}
</style>