Shades of Ruby #E52072
Tints of Ruby #E52072
RGB
CMYK
RGB Variations
Color information
#E52072 (or 0xE52072) is known color: Ruby. HEX triplet: E5, 20 and 72. RGB value is (229,32,114). Sum of RGB (Red+Green+Blue) = 229+32+114=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E52072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52072 is #1ADF8D. Grayscale: #646464. Windows color (decimal): -1761166 or 7479525. OLE color: 7479525.
HSL color Cylindrical-coordinate representation of color #E52072: hue angle of 335.03º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52072 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 114 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.10 |
| HSL | 335.03º | 0.79% | 0.51% | - |
| HSV(B) | 335.03º | 0.86% | 0.9% | - |
| XYZ | 35.87 | 18.91 | 17.68 | - |
| YUV | 100.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 114 | 0 | 0.86 | 0.50 | 0.10 | 335.03 | 0.79 | 0.51 |
| Hex | E5 | 20 | 72 | 0 | 56 | 32 | A | 14F | 4F | 33 |
| Octal | 345 | 40 | 162 | 0 | 126 | 62 | 12 | 517 | 117 | 63 |
| Binary | 11100101 | 100000 | 1110010 | 0 | 1010110 | 110010 | 1010 | 101001111 | 1001111 | 110011 |
Color Harmonies of #E52072
Complementary color
Monochromatic Colors of #E52072
Black with #E52072
Text Example
Text Example
White with #E52072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52072; }
p { color: rgb(229,32,114); }
H1.HeaderClassName
{
color: #E52072;
}
.AnyTagClassName
{
color: #E52072;
}
</style>
background-color css
<style>
a { background-color: #E52072; }
a { background-color: rgb(229,32,114); }
div.DivClassName
{
background-color: #E52072;
}
.BgClassName
{
background-color: #E52072;
}
</style>
border-color css
<style>
span { border-color: #E52072; }
span { border-color: rgb(229,32,114); }
td.TdClassName
{
border-color: #E52072;
}
.TagClassName
{
border-color: #E52072;
}
</style>