Shades of Ruby #E51C62
Tints of Ruby #E51C62
RGB
CMYK
RGB Variations
Color information
#E51C62 (or 0xE51C62) is known color: Ruby. HEX triplet: E5, 1C and 62. RGB value is (229,28,98). Sum of RGB (Red+Green+Blue) = 229+28+98=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51C62 is #1AE39D. Grayscale: #606060. Windows color (decimal): -1762206 or 6429925. OLE color: 6429925.
HSL color Cylindrical-coordinate representation of color #E51C62: hue angle of 339.1º degrees, saturation: 0.79, 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 #E51C62 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 98 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.10 |
| HSL | 339.1º | 0.79% | 0.5% | - |
| HSV(B) | 339.1º | 0.88% | 0.9% | - |
| XYZ | 34.93 | 18.37 | 13.26 | - |
| YUV | 96.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 98 | 0 | 0.88 | 0.57 | 0.10 | 339.1 | 0.79 | 0.5 |
| Hex | E5 | 1C | 62 | 0 | 58 | 39 | A | 153 | 4F | 32 |
| Octal | 345 | 34 | 142 | 0 | 130 | 71 | 12 | 523 | 117 | 62 |
| Binary | 11100101 | 11100 | 1100010 | 0 | 1011000 | 111001 | 1010 | 101010011 | 1001111 | 110010 |
Color Harmonies of #E51C62
Complementary color
Monochromatic Colors of #E51C62
Black with #E51C62
Text Example
Text Example
White with #E51C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C62; }
p { color: rgb(229,28,98); }
H1.HeaderClassName
{
color: #E51C62;
}
.AnyTagClassName
{
color: #E51C62;
}
</style>
background-color css
<style>
a { background-color: #E51C62; }
a { background-color: rgb(229,28,98); }
div.DivClassName
{
background-color: #E51C62;
}
.BgClassName
{
background-color: #E51C62;
}
</style>
border-color css
<style>
span { border-color: #E51C62; }
span { border-color: rgb(229,28,98); }
td.TdClassName
{
border-color: #E51C62;
}
.TagClassName
{
border-color: #E51C62;
}
</style>