Shades of Ruby #E51B5C
Tints of Ruby #E51B5C
RGB
CMYK
RGB Variations
Color information
#E51B5C (or 0xE51B5C) is known color: Ruby. HEX triplet: E5, 1B and 5C. RGB value is (229,27,92). Sum of RGB (Red+Green+Blue) = 229+27+92=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B5C is #1AE4A3. Grayscale: #5E5E5E. Windows color (decimal): -1762468 or 6036453. OLE color: 6036453.
HSL color Cylindrical-coordinate representation of color #E51B5C: hue angle of 340.69º 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 #E51B5C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 92 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.10 |
| HSL | 340.69º | 0.8% | 0.5% | - |
| HSV(B) | 340.69º | 0.88% | 0.9% | - |
| XYZ | 34.64 | 18.21 | 11.82 | - |
| YUV | 94.81 | 126.42 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 92 | 0 | 0.88 | 0.60 | 0.10 | 340.69 | 0.8 | 0.5 |
| Hex | E5 | 1B | 5C | 0 | 58 | 3C | A | 155 | 50 | 32 |
| Octal | 345 | 33 | 134 | 0 | 130 | 74 | 12 | 525 | 120 | 62 |
| Binary | 11100101 | 11011 | 1011100 | 0 | 1011000 | 111100 | 1010 | 101010101 | 1010000 | 110010 |
Color Harmonies of #E51B5C
Complementary color
Monochromatic Colors of #E51B5C
Black with #E51B5C
Text Example
Text Example
White with #E51B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B5C; }
p { color: rgb(229,27,92); }
H1.HeaderClassName
{
color: #E51B5C;
}
.AnyTagClassName
{
color: #E51B5C;
}
</style>
background-color css
<style>
a { background-color: #E51B5C; }
a { background-color: rgb(229,27,92); }
div.DivClassName
{
background-color: #E51B5C;
}
.BgClassName
{
background-color: #E51B5C;
}
</style>
border-color css
<style>
span { border-color: #E51B5C; }
span { border-color: rgb(229,27,92); }
td.TdClassName
{
border-color: #E51B5C;
}
.TagClassName
{
border-color: #E51B5C;
}
</style>