Shades of Ruby #E51B5A
Tints of Ruby #E51B5A
RGB
CMYK
RGB Variations
Color information
#E51B5A (or 0xE51B5A) is known color: Ruby. HEX triplet: E5, 1B and 5A. RGB value is (229,27,90). Sum of RGB (Red+Green+Blue) = 229+27+90=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B5A is #1AE4A5. Grayscale: #5E5E5E. Windows color (decimal): -1762470 or 5905381. OLE color: 5905381.
HSL color Cylindrical-coordinate representation of color #E51B5A: hue angle of 341.29º 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 #E51B5A is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 90 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.10 |
| HSL | 341.29º | 0.8% | 0.5% | - |
| HSV(B) | 341.29º | 0.88% | 0.9% | - |
| XYZ | 34.55 | 18.18 | 11.36 | - |
| YUV | 94.58 | 125.42 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 90 | 0 | 0.88 | 0.61 | 0.10 | 341.29 | 0.8 | 0.5 |
| Hex | E5 | 1B | 5A | 0 | 58 | 3D | A | 155 | 50 | 32 |
| Octal | 345 | 33 | 132 | 0 | 130 | 75 | 12 | 525 | 120 | 62 |
| Binary | 11100101 | 11011 | 1011010 | 0 | 1011000 | 111101 | 1010 | 101010101 | 1010000 | 110010 |
Color Harmonies of #E51B5A
Complementary color
Monochromatic Colors of #E51B5A
Black with #E51B5A
Text Example
Text Example
White with #E51B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B5A; }
p { color: rgb(229,27,90); }
H1.HeaderClassName
{
color: #E51B5A;
}
.AnyTagClassName
{
color: #E51B5A;
}
</style>
background-color css
<style>
a { background-color: #E51B5A; }
a { background-color: rgb(229,27,90); }
div.DivClassName
{
background-color: #E51B5A;
}
.BgClassName
{
background-color: #E51B5A;
}
</style>
border-color css
<style>
span { border-color: #E51B5A; }
span { border-color: rgb(229,27,90); }
td.TdClassName
{
border-color: #E51B5A;
}
.TagClassName
{
border-color: #E51B5A;
}
</style>