Shades of Ruby #E51B6C
Tints of Ruby #E51B6C
RGB
CMYK
RGB Variations
Color information
#E51B6C (or 0xE51B6C) is known color: Ruby. HEX triplet: E5, 1B and 6C. RGB value is (229,27,108). Sum of RGB (Red+Green+Blue) = 229+27+108=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B6C is #1AE493. Grayscale: #606060. Windows color (decimal): -1762452 or 7085029. OLE color: 7085029.
HSL color Cylindrical-coordinate representation of color #E51B6C: hue angle of 335.94º 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 #E51B6C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 108 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.10 |
| HSL | 335.94º | 0.8% | 0.5% | - |
| HSV(B) | 335.94º | 0.88% | 0.9% | - |
| XYZ | 35.41 | 18.52 | 15.9 | - |
| YUV | 96.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 108 | 0 | 0.88 | 0.53 | 0.10 | 335.94 | 0.8 | 0.5 |
| Hex | E5 | 1B | 6C | 0 | 58 | 35 | A | 150 | 50 | 32 |
| Octal | 345 | 33 | 154 | 0 | 130 | 65 | 12 | 520 | 120 | 62 |
| Binary | 11100101 | 11011 | 1101100 | 0 | 1011000 | 110101 | 1010 | 101010000 | 1010000 | 110010 |
Color Harmonies of #E51B6C
Complementary color
Monochromatic Colors of #E51B6C
Black with #E51B6C
Text Example
Text Example
White with #E51B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B6C; }
p { color: rgb(229,27,108); }
H1.HeaderClassName
{
color: #E51B6C;
}
.AnyTagClassName
{
color: #E51B6C;
}
</style>
background-color css
<style>
a { background-color: #E51B6C; }
a { background-color: rgb(229,27,108); }
div.DivClassName
{
background-color: #E51B6C;
}
.BgClassName
{
background-color: #E51B6C;
}
</style>
border-color css
<style>
span { border-color: #E51B6C; }
span { border-color: rgb(229,27,108); }
td.TdClassName
{
border-color: #E51B6C;
}
.TagClassName
{
border-color: #E51B6C;
}
</style>