Shades of Ruby #E20572
Tints of Ruby #E20572
RGB
CMYK
RGB Variations
Color information
#E20572 (or 0xE20572) is known color: Ruby. HEX triplet: E2, 05 and 72. RGB value is (226,5,114). Sum of RGB (Red+Green+Blue) = 226+5+114=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E20572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20572 is #1DFA8D. Grayscale: #535353. Windows color (decimal): -1964686 or 7472610. OLE color: 7472610.
HSL color Cylindrical-coordinate representation of color #E20572: hue angle of 330.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20572 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.11 |
| HSL | 330.41º | 0.96% | 0.45% | - |
| HSV(B) | 330.41º | 0.98% | 0.89% | - |
| XYZ | 34.46 | 17.49 | 17.48 | - |
| YUV | 83.51 | 145.22 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 114 | 0 | 0.98 | 0.50 | 0.11 | 330.41 | 0.96 | 0.45 |
| Hex | E2 | 5 | 72 | 0 | 62 | 32 | B | 14A | 60 | 2D |
| Octal | 342 | 5 | 162 | 0 | 142 | 62 | 13 | 512 | 140 | 55 |
| Binary | 11100010 | 101 | 1110010 | 0 | 1100010 | 110010 | 1011 | 101001010 | 1100000 | 101101 |
Color Harmonies of #E20572
Complementary color
Monochromatic Colors of #E20572
Black with #E20572
Text Example
Text Example
White with #E20572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20572; }
p { color: rgb(226,5,114); }
H1.HeaderClassName
{
color: #E20572;
}
.AnyTagClassName
{
color: #E20572;
}
</style>
background-color css
<style>
a { background-color: #E20572; }
a { background-color: rgb(226,5,114); }
div.DivClassName
{
background-color: #E20572;
}
.BgClassName
{
background-color: #E20572;
}
</style>
border-color css
<style>
span { border-color: #E20572; }
span { border-color: rgb(226,5,114); }
td.TdClassName
{
border-color: #E20572;
}
.TagClassName
{
border-color: #E20572;
}
</style>