Shades of Ruby #E20570
Tints of Ruby #E20570
RGB
CMYK
RGB Variations
Color information
#E20570 (or 0xE20570) is known color: Ruby. HEX triplet: E2, 05 and 70. RGB value is (226,5,112). Sum of RGB (Red+Green+Blue) = 226+5+112=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E20570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20570 is #1DFA8F. Grayscale: #535353. Windows color (decimal): -1964688 or 7341538. OLE color: 7341538.
HSL color Cylindrical-coordinate representation of color #E20570: hue angle of 330.95º 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 #E20570 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.11 |
| HSL | 330.95º | 0.96% | 0.45% | - |
| HSV(B) | 330.95º | 0.98% | 0.89% | - |
| XYZ | 34.34 | 17.45 | 16.89 | - |
| YUV | 83.28 | 144.22 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 112 | 0 | 0.98 | 0.50 | 0.11 | 330.95 | 0.96 | 0.45 |
| Hex | E2 | 5 | 70 | 0 | 62 | 32 | B | 14B | 60 | 2D |
| Octal | 342 | 5 | 160 | 0 | 142 | 62 | 13 | 513 | 140 | 55 |
| Binary | 11100010 | 101 | 1110000 | 0 | 1100010 | 110010 | 1011 | 101001011 | 1100000 | 101101 |
Color Harmonies of #E20570
Complementary color
Monochromatic Colors of #E20570
Black with #E20570
Text Example
Text Example
White with #E20570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20570; }
p { color: rgb(226,5,112); }
H1.HeaderClassName
{
color: #E20570;
}
.AnyTagClassName
{
color: #E20570;
}
</style>
background-color css
<style>
a { background-color: #E20570; }
a { background-color: rgb(226,5,112); }
div.DivClassName
{
background-color: #E20570;
}
.BgClassName
{
background-color: #E20570;
}
</style>
border-color css
<style>
span { border-color: #E20570; }
span { border-color: rgb(226,5,112); }
td.TdClassName
{
border-color: #E20570;
}
.TagClassName
{
border-color: #E20570;
}
</style>