Shades of Ruby #E50D74
Tints of Ruby #E50D74
RGB
CMYK
RGB Variations
Color information
#E50D74 (or 0xE50D74) is known color: Ruby. HEX triplet: E5, 0D and 74. RGB value is (229,13,116). Sum of RGB (Red+Green+Blue) = 229+13+116=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D74 is #1AF28B. Grayscale: #595959. Windows color (decimal): -1766028 or 7605733. OLE color: 7605733.
HSL color Cylindrical-coordinate representation of color #E50D74: hue angle of 331.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D74 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 116 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.10 |
| HSL | 331.39º | 0.89% | 0.47% | - |
| HSV(B) | 331.39º | 0.94% | 0.9% | - |
| XYZ | 35.61 | 18.21 | 18.16 | - |
| YUV | 89.33 | 143.06 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 116 | 0 | 0.94 | 0.49 | 0.10 | 331.39 | 0.89 | 0.47 |
| Hex | E5 | D | 74 | 0 | 5E | 31 | A | 14B | 59 | 2F |
| Octal | 345 | 15 | 164 | 0 | 136 | 61 | 12 | 513 | 131 | 57 |
| Binary | 11100101 | 1101 | 1110100 | 0 | 1011110 | 110001 | 1010 | 101001011 | 1011001 | 101111 |
Color Harmonies of #E50D74
Complementary color
Monochromatic Colors of #E50D74
Black with #E50D74
Text Example
Text Example
White with #E50D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D74; }
p { color: rgb(229,13,116); }
H1.HeaderClassName
{
color: #E50D74;
}
.AnyTagClassName
{
color: #E50D74;
}
</style>
background-color css
<style>
a { background-color: #E50D74; }
a { background-color: rgb(229,13,116); }
div.DivClassName
{
background-color: #E50D74;
}
.BgClassName
{
background-color: #E50D74;
}
</style>
border-color css
<style>
span { border-color: #E50D74; }
span { border-color: rgb(229,13,116); }
td.TdClassName
{
border-color: #E50D74;
}
.TagClassName
{
border-color: #E50D74;
}
</style>