Shades of Ruby #E51278
Tints of Ruby #E51278
RGB
CMYK
RGB Variations
Color information
#E51278 (or 0xE51278) is known color: Ruby. HEX triplet: E5, 12 and 78. RGB value is (229,18,120). Sum of RGB (Red+Green+Blue) = 229+18+120=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E51278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51278 is #1AED87. Grayscale: #5C5C5C. Windows color (decimal): -1764744 or 7869157. OLE color: 7869157.
HSL color Cylindrical-coordinate representation of color #E51278: hue angle of 331º 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 #E51278 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 120 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.10 |
| HSL | 331º | 0.85% | 0.48% | - |
| HSV(B) | 331º | 0.92% | 0.9% | - |
| XYZ | 35.92 | 18.45 | 19.44 | - |
| YUV | 92.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 120 | 0 | 0.92 | 0.48 | 0.10 | 331 | 0.85 | 0.48 |
| Hex | E5 | 12 | 78 | 0 | 5C | 30 | A | 14B | 55 | 30 |
| Octal | 345 | 22 | 170 | 0 | 134 | 60 | 12 | 513 | 125 | 60 |
| Binary | 11100101 | 10010 | 1111000 | 0 | 1011100 | 110000 | 1010 | 101001011 | 1010101 | 110000 |
Color Harmonies of #E51278
Complementary color
Monochromatic Colors of #E51278
Black with #E51278
Text Example
Text Example
White with #E51278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51278; }
p { color: rgb(229,18,120); }
H1.HeaderClassName
{
color: #E51278;
}
.AnyTagClassName
{
color: #E51278;
}
</style>
background-color css
<style>
a { background-color: #E51278; }
a { background-color: rgb(229,18,120); }
div.DivClassName
{
background-color: #E51278;
}
.BgClassName
{
background-color: #E51278;
}
</style>
border-color css
<style>
span { border-color: #E51278; }
span { border-color: rgb(229,18,120); }
td.TdClassName
{
border-color: #E51278;
}
.TagClassName
{
border-color: #E51278;
}
</style>