Shades of Ruby #E51274
Tints of Ruby #E51274
RGB
CMYK
RGB Variations
Color information
#E51274 (or 0xE51274) is known color: Ruby. HEX triplet: E5, 12 and 74. RGB value is (229,18,116). Sum of RGB (Red+Green+Blue) = 229+18+116=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E51274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51274 is #1AED8B. Grayscale: #5C5C5C. Windows color (decimal): -1764748 or 7607013. OLE color: 7607013.
HSL color Cylindrical-coordinate representation of color #E51274: hue angle of 332.13º 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 #E51274 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.10 |
| HSL | 332.13º | 0.85% | 0.48% | - |
| HSV(B) | 332.13º | 0.92% | 0.9% | - |
| XYZ | 35.68 | 18.35 | 18.18 | - |
| YUV | 92.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 116 | 0 | 0.92 | 0.49 | 0.10 | 332.13 | 0.85 | 0.48 |
| Hex | E5 | 12 | 74 | 0 | 5C | 31 | A | 14C | 55 | 30 |
| Octal | 345 | 22 | 164 | 0 | 134 | 61 | 12 | 514 | 125 | 60 |
| Binary | 11100101 | 10010 | 1110100 | 0 | 1011100 | 110001 | 1010 | 101001100 | 1010101 | 110000 |
Color Harmonies of #E51274
Complementary color
Monochromatic Colors of #E51274
Black with #E51274
Text Example
Text Example
White with #E51274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51274; }
p { color: rgb(229,18,116); }
H1.HeaderClassName
{
color: #E51274;
}
.AnyTagClassName
{
color: #E51274;
}
</style>
background-color css
<style>
a { background-color: #E51274; }
a { background-color: rgb(229,18,116); }
div.DivClassName
{
background-color: #E51274;
}
.BgClassName
{
background-color: #E51274;
}
</style>
border-color css
<style>
span { border-color: #E51274; }
span { border-color: rgb(229,18,116); }
td.TdClassName
{
border-color: #E51274;
}
.TagClassName
{
border-color: #E51274;
}
</style>