Shades of Ruby #E51675
Tints of Ruby #E51675
RGB
CMYK
RGB Variations
Color information
#E51675 (or 0xE51675) is known color: Ruby. HEX triplet: E5, 16 and 75. RGB value is (229,22,117). Sum of RGB (Red+Green+Blue) = 229+22+117=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E51675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51675 is #1AE98A. Grayscale: #5E5E5E. Windows color (decimal): -1763723 or 7673573. OLE color: 7673573.
HSL color Cylindrical-coordinate representation of color #E51675: hue angle of 332.46º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51675 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.10 |
| HSL | 332.46º | 0.82% | 0.49% | - |
| HSV(B) | 332.46º | 0.9% | 0.9% | - |
| XYZ | 35.81 | 18.52 | 18.52 | - |
| YUV | 94.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 117 | 0 | 0.90 | 0.49 | 0.10 | 332.46 | 0.82 | 0.49 |
| Hex | E5 | 16 | 75 | 0 | 5A | 31 | A | 14C | 52 | 31 |
| Octal | 345 | 26 | 165 | 0 | 132 | 61 | 12 | 514 | 122 | 61 |
| Binary | 11100101 | 10110 | 1110101 | 0 | 1011010 | 110001 | 1010 | 101001100 | 1010010 | 110001 |
Color Harmonies of #E51675
Complementary color
Monochromatic Colors of #E51675
Black with #E51675
Text Example
Text Example
White with #E51675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51675; }
p { color: rgb(229,22,117); }
H1.HeaderClassName
{
color: #E51675;
}
.AnyTagClassName
{
color: #E51675;
}
</style>
background-color css
<style>
a { background-color: #E51675; }
a { background-color: rgb(229,22,117); }
div.DivClassName
{
background-color: #E51675;
}
.BgClassName
{
background-color: #E51675;
}
</style>
border-color css
<style>
span { border-color: #E51675; }
span { border-color: rgb(229,22,117); }
td.TdClassName
{
border-color: #E51675;
}
.TagClassName
{
border-color: #E51675;
}
</style>