Shades of Ruby #E51B6D
Tints of Ruby #E51B6D
RGB
CMYK
RGB Variations
Color information
#E51B6D (or 0xE51B6D) is known color: Ruby. HEX triplet: E5, 1B and 6D. RGB value is (229,27,109). Sum of RGB (Red+Green+Blue) = 229+27+109=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B6D is #1AE492. Grayscale: #606060. Windows color (decimal): -1762451 or 7150565. OLE color: 7150565.
HSL color Cylindrical-coordinate representation of color #E51B6D: hue angle of 335.64º 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 #E51B6D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 109 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.10 |
| HSL | 335.64º | 0.8% | 0.5% | - |
| HSV(B) | 335.64º | 0.88% | 0.9% | - |
| XYZ | 35.47 | 18.55 | 16.18 | - |
| YUV | 96.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 109 | 0 | 0.88 | 0.52 | 0.10 | 335.64 | 0.8 | 0.5 |
| Hex | E5 | 1B | 6D | 0 | 58 | 34 | A | 150 | 50 | 32 |
| Octal | 345 | 33 | 155 | 0 | 130 | 64 | 12 | 520 | 120 | 62 |
| Binary | 11100101 | 11011 | 1101101 | 0 | 1011000 | 110100 | 1010 | 101010000 | 1010000 | 110010 |
Color Harmonies of #E51B6D
Complementary color
Monochromatic Colors of #E51B6D
Black with #E51B6D
Text Example
Text Example
White with #E51B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B6D; }
p { color: rgb(229,27,109); }
H1.HeaderClassName
{
color: #E51B6D;
}
.AnyTagClassName
{
color: #E51B6D;
}
</style>
background-color css
<style>
a { background-color: #E51B6D; }
a { background-color: rgb(229,27,109); }
div.DivClassName
{
background-color: #E51B6D;
}
.BgClassName
{
background-color: #E51B6D;
}
</style>
border-color css
<style>
span { border-color: #E51B6D; }
span { border-color: rgb(229,27,109); }
td.TdClassName
{
border-color: #E51B6D;
}
.TagClassName
{
border-color: #E51B6D;
}
</style>