Shades of Ruby #E20770
Tints of Ruby #E20770
RGB
CMYK
RGB Variations
Color information
#E20770 (or 0xE20770) is known color: Ruby. HEX triplet: E2, 07 and 70. RGB value is (226,7,112). Sum of RGB (Red+Green+Blue) = 226+7+112=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E20770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20770 is #1DF88F. Grayscale: #545454. Windows color (decimal): -1964176 or 7342050. OLE color: 7342050.
HSL color Cylindrical-coordinate representation of color #E20770: hue angle of 331.23º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20770 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.11 |
| HSL | 331.23º | 0.94% | 0.46% | - |
| HSV(B) | 331.23º | 0.97% | 0.89% | - |
| XYZ | 34.36 | 17.49 | 16.89 | - |
| YUV | 84.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 112 | 0 | 0.97 | 0.50 | 0.11 | 331.23 | 0.94 | 0.46 |
| Hex | E2 | 7 | 70 | 0 | 61 | 32 | B | 14B | 5E | 2E |
| Octal | 342 | 7 | 160 | 0 | 141 | 62 | 13 | 513 | 136 | 56 |
| Binary | 11100010 | 111 | 1110000 | 0 | 1100001 | 110010 | 1011 | 101001011 | 1011110 | 101110 |
Color Harmonies of #E20770
Complementary color
Monochromatic Colors of #E20770
Black with #E20770
Text Example
Text Example
White with #E20770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20770; }
p { color: rgb(226,7,112); }
H1.HeaderClassName
{
color: #E20770;
}
.AnyTagClassName
{
color: #E20770;
}
</style>
background-color css
<style>
a { background-color: #E20770; }
a { background-color: rgb(226,7,112); }
div.DivClassName
{
background-color: #E20770;
}
.BgClassName
{
background-color: #E20770;
}
</style>
border-color css
<style>
span { border-color: #E20770; }
span { border-color: rgb(226,7,112); }
td.TdClassName
{
border-color: #E20770;
}
.TagClassName
{
border-color: #E20770;
}
</style>