Shades of Ruby #E51672
Tints of Ruby #E51672
RGB
CMYK
RGB Variations
Color information
#E51672 (or 0xE51672) is known color: Ruby. HEX triplet: E5, 16 and 72. RGB value is (229,22,114). Sum of RGB (Red+Green+Blue) = 229+22+114=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E51672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51672 is #1AE98D. Grayscale: #5E5E5E. Windows color (decimal): -1763726 or 7476965. OLE color: 7476965.
HSL color Cylindrical-coordinate representation of color #E51672: hue angle of 333.33º 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 #E51672 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.10 |
| HSL | 333.33º | 0.82% | 0.49% | - |
| HSV(B) | 333.33º | 0.9% | 0.9% | - |
| XYZ | 35.64 | 18.45 | 17.6 | - |
| YUV | 94.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 114 | 0 | 0.90 | 0.50 | 0.10 | 333.33 | 0.82 | 0.49 |
| Hex | E5 | 16 | 72 | 0 | 5A | 32 | A | 14D | 52 | 31 |
| Octal | 345 | 26 | 162 | 0 | 132 | 62 | 12 | 515 | 122 | 61 |
| Binary | 11100101 | 10110 | 1110010 | 0 | 1011010 | 110010 | 1010 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E51672
Complementary color
Monochromatic Colors of #E51672
Black with #E51672
Text Example
Text Example
White with #E51672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51672; }
p { color: rgb(229,22,114); }
H1.HeaderClassName
{
color: #E51672;
}
.AnyTagClassName
{
color: #E51672;
}
</style>
background-color css
<style>
a { background-color: #E51672; }
a { background-color: rgb(229,22,114); }
div.DivClassName
{
background-color: #E51672;
}
.BgClassName
{
background-color: #E51672;
}
</style>
border-color css
<style>
span { border-color: #E51672; }
span { border-color: rgb(229,22,114); }
td.TdClassName
{
border-color: #E51672;
}
.TagClassName
{
border-color: #E51672;
}
</style>