Shades of Ruby #E51653
Tints of Ruby #E51653
RGB
CMYK
RGB Variations
Color information
#E51653 (or 0xE51653) is known color: Ruby. HEX triplet: E5, 16 and 53. RGB value is (229,22,83). Sum of RGB (Red+Green+Blue) = 229+22+83=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E51653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51653 is #1AE9AC. Grayscale: #5A5A5A. Windows color (decimal): -1763757 or 5445349. OLE color: 5445349.
HSL color Cylindrical-coordinate representation of color #E51653: hue angle of 342.32º 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 #E51653 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.10 |
| HSL | 342.32º | 0.82% | 0.49% | - |
| HSV(B) | 342.32º | 0.9% | 0.9% | - |
| XYZ | 34.16 | 17.86 | 9.83 | - |
| YUV | 90.85 | 123.58 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 83 | 0 | 0.90 | 0.64 | 0.10 | 342.32 | 0.82 | 0.49 |
| Hex | E5 | 16 | 53 | 0 | 5A | 40 | A | 156 | 52 | 31 |
| Octal | 345 | 26 | 123 | 0 | 132 | 100 | 12 | 526 | 122 | 61 |
| Binary | 11100101 | 10110 | 1010011 | 0 | 1011010 | 1000000 | 1010 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E51653
Complementary color
Monochromatic Colors of #E51653
Black with #E51653
Text Example
Text Example
White with #E51653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51653; }
p { color: rgb(229,22,83); }
H1.HeaderClassName
{
color: #E51653;
}
.AnyTagClassName
{
color: #E51653;
}
</style>
background-color css
<style>
a { background-color: #E51653; }
a { background-color: rgb(229,22,83); }
div.DivClassName
{
background-color: #E51653;
}
.BgClassName
{
background-color: #E51653;
}
</style>
border-color css
<style>
span { border-color: #E51653; }
span { border-color: rgb(229,22,83); }
td.TdClassName
{
border-color: #E51653;
}
.TagClassName
{
border-color: #E51653;
}
</style>