Shades of Ruby #E51B75
Tints of Ruby #E51B75
RGB
CMYK
RGB Variations
Color information
#E51B75 (or 0xE51B75) is known color: Ruby. HEX triplet: E5, 1B and 75. RGB value is (229,27,117). Sum of RGB (Red+Green+Blue) = 229+27+117=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B75 is #1AE48A. Grayscale: #616161. Windows color (decimal): -1762443 or 7674853. OLE color: 7674853.
HSL color Cylindrical-coordinate representation of color #E51B75: hue angle of 333.27º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51B75 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 117 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.10 |
| HSL | 333.27º | 0.8% | 0.5% | - |
| HSV(B) | 333.27º | 0.88% | 0.9% | - |
| XYZ | 35.92 | 18.73 | 18.55 | - |
| YUV | 97.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 117 | 0 | 0.88 | 0.49 | 0.10 | 333.27 | 0.8 | 0.5 |
| Hex | E5 | 1B | 75 | 0 | 58 | 31 | A | 14D | 50 | 32 |
| Octal | 345 | 33 | 165 | 0 | 130 | 61 | 12 | 515 | 120 | 62 |
| Binary | 11100101 | 11011 | 1110101 | 0 | 1011000 | 110001 | 1010 | 101001101 | 1010000 | 110010 |
Color Harmonies of #E51B75
Complementary color
Monochromatic Colors of #E51B75
Black with #E51B75
Text Example
Text Example
White with #E51B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B75; }
p { color: rgb(229,27,117); }
H1.HeaderClassName
{
color: #E51B75;
}
.AnyTagClassName
{
color: #E51B75;
}
</style>
background-color css
<style>
a { background-color: #E51B75; }
a { background-color: rgb(229,27,117); }
div.DivClassName
{
background-color: #E51B75;
}
.BgClassName
{
background-color: #E51B75;
}
</style>
border-color css
<style>
span { border-color: #E51B75; }
span { border-color: rgb(229,27,117); }
td.TdClassName
{
border-color: #E51B75;
}
.TagClassName
{
border-color: #E51B75;
}
</style>