Shades of Ruby #E51375
Tints of Ruby #E51375
RGB
CMYK
RGB Variations
Color information
#E51375 (or 0xE51375) is known color: Ruby. HEX triplet: E5, 13 and 75. RGB value is (229,19,117). Sum of RGB (Red+Green+Blue) = 229+19+117=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E51375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51375 is #1AEC8A. Grayscale: #5C5C5C. Windows color (decimal): -1764491 or 7672805. OLE color: 7672805.
HSL color Cylindrical-coordinate representation of color #E51375: hue angle of 332º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51375 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 117 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.10 |
| HSL | 332º | 0.85% | 0.49% | - |
| HSV(B) | 332º | 0.92% | 0.9% | - |
| XYZ | 35.76 | 18.41 | 18.5 | - |
| YUV | 92.96 | 141.57 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 117 | 0 | 0.92 | 0.49 | 0.10 | 332 | 0.85 | 0.49 |
| Hex | E5 | 13 | 75 | 0 | 5C | 31 | A | 14C | 55 | 31 |
| Octal | 345 | 23 | 165 | 0 | 134 | 61 | 12 | 514 | 125 | 61 |
| Binary | 11100101 | 10011 | 1110101 | 0 | 1011100 | 110001 | 1010 | 101001100 | 1010101 | 110001 |
Color Harmonies of #E51375
Complementary color
Monochromatic Colors of #E51375
Black with #E51375
Text Example
Text Example
White with #E51375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51375; }
p { color: rgb(229,19,117); }
H1.HeaderClassName
{
color: #E51375;
}
.AnyTagClassName
{
color: #E51375;
}
</style>
background-color css
<style>
a { background-color: #E51375; }
a { background-color: rgb(229,19,117); }
div.DivClassName
{
background-color: #E51375;
}
.BgClassName
{
background-color: #E51375;
}
</style>
border-color css
<style>
span { border-color: #E51375; }
span { border-color: rgb(229,19,117); }
td.TdClassName
{
border-color: #E51375;
}
.TagClassName
{
border-color: #E51375;
}
</style>