Shades of Ruby #E51275
Tints of Ruby #E51275
RGB
CMYK
RGB Variations
Color information
#E51275 (or 0xE51275) is known color: Ruby. HEX triplet: E5, 12 and 75. RGB value is (229,18,117). Sum of RGB (Red+Green+Blue) = 229+18+117=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E51275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51275 is #1AED8A. Grayscale: #5C5C5C. Windows color (decimal): -1764747 or 7672549. OLE color: 7672549.
HSL color Cylindrical-coordinate representation of color #E51275: hue angle of 331.85º 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 #E51275 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.10 |
| HSL | 331.85º | 0.85% | 0.48% | - |
| HSV(B) | 331.85º | 0.92% | 0.9% | - |
| XYZ | 35.74 | 18.37 | 18.49 | - |
| YUV | 92.38 | 141.9 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 117 | 0 | 0.92 | 0.49 | 0.10 | 331.85 | 0.85 | 0.48 |
| Hex | E5 | 12 | 75 | 0 | 5C | 31 | A | 14C | 55 | 30 |
| Octal | 345 | 22 | 165 | 0 | 134 | 61 | 12 | 514 | 125 | 60 |
| Binary | 11100101 | 10010 | 1110101 | 0 | 1011100 | 110001 | 1010 | 101001100 | 1010101 | 110000 |
Color Harmonies of #E51275
Complementary color
Monochromatic Colors of #E51275
Black with #E51275
Text Example
Text Example
White with #E51275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51275; }
p { color: rgb(229,18,117); }
H1.HeaderClassName
{
color: #E51275;
}
.AnyTagClassName
{
color: #E51275;
}
</style>
background-color css
<style>
a { background-color: #E51275; }
a { background-color: rgb(229,18,117); }
div.DivClassName
{
background-color: #E51275;
}
.BgClassName
{
background-color: #E51275;
}
</style>
border-color css
<style>
span { border-color: #E51275; }
span { border-color: rgb(229,18,117); }
td.TdClassName
{
border-color: #E51275;
}
.TagClassName
{
border-color: #E51275;
}
</style>