Shades of Ruby #E51A74
Tints of Ruby #E51A74
RGB
CMYK
RGB Variations
Color information
#E51A74 (or 0xE51A74) is known color: Ruby. HEX triplet: E5, 1A and 74. RGB value is (229,26,116). Sum of RGB (Red+Green+Blue) = 229+26+116=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A74 is #1AE58B. Grayscale: #606060. Windows color (decimal): -1762700 or 7609061. OLE color: 7609061.
HSL color Cylindrical-coordinate representation of color #E51A74: hue angle of 333.4º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A74 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 116 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.10 |
| HSL | 333.4º | 0.8% | 0.5% | - |
| HSV(B) | 333.4º | 0.89% | 0.9% | - |
| XYZ | 35.83 | 18.66 | 18.24 | - |
| YUV | 96.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 116 | 0 | 0.89 | 0.49 | 0.10 | 333.4 | 0.8 | 0.5 |
| Hex | E5 | 1A | 74 | 0 | 59 | 31 | A | 14D | 50 | 32 |
| Octal | 345 | 32 | 164 | 0 | 131 | 61 | 12 | 515 | 120 | 62 |
| Binary | 11100101 | 11010 | 1110100 | 0 | 1011001 | 110001 | 1010 | 101001101 | 1010000 | 110010 |
Color Harmonies of #E51A74
Complementary color
Monochromatic Colors of #E51A74
Black with #E51A74
Text Example
Text Example
White with #E51A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A74; }
p { color: rgb(229,26,116); }
H1.HeaderClassName
{
color: #E51A74;
}
.AnyTagClassName
{
color: #E51A74;
}
</style>
background-color css
<style>
a { background-color: #E51A74; }
a { background-color: rgb(229,26,116); }
div.DivClassName
{
background-color: #E51A74;
}
.BgClassName
{
background-color: #E51A74;
}
</style>
border-color css
<style>
span { border-color: #E51A74; }
span { border-color: rgb(229,26,116); }
td.TdClassName
{
border-color: #E51A74;
}
.TagClassName
{
border-color: #E51A74;
}
</style>