Shades of Ruby #E51269
Tints of Ruby #E51269
RGB
CMYK
RGB Variations
Color information
#E51269 (or 0xE51269) is known color: Ruby. HEX triplet: E5, 12 and 69. RGB value is (229,18,105). Sum of RGB (Red+Green+Blue) = 229+18+105=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E51269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51269 is #1AED96. Grayscale: #5A5A5A. Windows color (decimal): -1764759 or 6886117. OLE color: 6886117.
HSL color Cylindrical-coordinate representation of color #E51269: hue angle of 335.26º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51269 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 105 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.10 |
| HSL | 335.26º | 0.85% | 0.48% | - |
| HSV(B) | 335.26º | 0.92% | 0.9% | - |
| XYZ | 35.08 | 18.11 | 15.01 | - |
| YUV | 91.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 105 | 0 | 0.92 | 0.54 | 0.10 | 335.26 | 0.85 | 0.48 |
| Hex | E5 | 12 | 69 | 0 | 5C | 36 | A | 14F | 55 | 30 |
| Octal | 345 | 22 | 151 | 0 | 134 | 66 | 12 | 517 | 125 | 60 |
| Binary | 11100101 | 10010 | 1101001 | 0 | 1011100 | 110110 | 1010 | 101001111 | 1010101 | 110000 |
Color Harmonies of #E51269
Complementary color
Monochromatic Colors of #E51269
Black with #E51269
Text Example
Text Example
White with #E51269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51269; }
p { color: rgb(229,18,105); }
H1.HeaderClassName
{
color: #E51269;
}
.AnyTagClassName
{
color: #E51269;
}
</style>
background-color css
<style>
a { background-color: #E51269; }
a { background-color: rgb(229,18,105); }
div.DivClassName
{
background-color: #E51269;
}
.BgClassName
{
background-color: #E51269;
}
</style>
border-color css
<style>
span { border-color: #E51269; }
span { border-color: rgb(229,18,105); }
td.TdClassName
{
border-color: #E51269;
}
.TagClassName
{
border-color: #E51269;
}
</style>