Shades of Ruby #E51B5F
Tints of Ruby #E51B5F
RGB
CMYK
RGB Variations
Color information
#E51B5F (or 0xE51B5F) is known color: Ruby. HEX triplet: E5, 1B and 5F. RGB value is (229,27,95). Sum of RGB (Red+Green+Blue) = 229+27+95=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B5F is #1AE4A0. Grayscale: #5F5F5F. Windows color (decimal): -1762465 or 6233061. OLE color: 6233061.
HSL color Cylindrical-coordinate representation of color #E51B5F: hue angle of 339.8º 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 #E51B5F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 95 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.10 |
| HSL | 339.8º | 0.8% | 0.5% | - |
| HSV(B) | 339.8º | 0.88% | 0.9% | - |
| XYZ | 34.77 | 18.27 | 12.52 | - |
| YUV | 95.15 | 127.92 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 95 | 0 | 0.88 | 0.59 | 0.10 | 339.8 | 0.8 | 0.5 |
| Hex | E5 | 1B | 5F | 0 | 58 | 3B | A | 154 | 50 | 32 |
| Octal | 345 | 33 | 137 | 0 | 130 | 73 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11011 | 1011111 | 0 | 1011000 | 111011 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E51B5F
Complementary color
Monochromatic Colors of #E51B5F
Black with #E51B5F
Text Example
Text Example
White with #E51B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B5F; }
p { color: rgb(229,27,95); }
H1.HeaderClassName
{
color: #E51B5F;
}
.AnyTagClassName
{
color: #E51B5F;
}
</style>
background-color css
<style>
a { background-color: #E51B5F; }
a { background-color: rgb(229,27,95); }
div.DivClassName
{
background-color: #E51B5F;
}
.BgClassName
{
background-color: #E51B5F;
}
</style>
border-color css
<style>
span { border-color: #E51B5F; }
span { border-color: rgb(229,27,95); }
td.TdClassName
{
border-color: #E51B5F;
}
.TagClassName
{
border-color: #E51B5F;
}
</style>