Shades of Ruby #E20970
Tints of Ruby #E20970
RGB
CMYK
RGB Variations
Color information
#E20970 (or 0xE20970) is known color: Ruby. HEX triplet: E2, 09 and 70. RGB value is (226,9,112). Sum of RGB (Red+Green+Blue) = 226+9+112=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E20970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20970 is #1DF68F. Grayscale: #555555. Windows color (decimal): -1963664 or 7342562. OLE color: 7342562.
HSL color Cylindrical-coordinate representation of color #E20970: hue angle of 331.52º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20970 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.11 |
| HSL | 331.52º | 0.92% | 0.46% | - |
| HSV(B) | 331.52º | 0.96% | 0.89% | - |
| XYZ | 34.39 | 17.53 | 16.9 | - |
| YUV | 85.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 112 | 0 | 0.96 | 0.50 | 0.11 | 331.52 | 0.92 | 0.46 |
| Hex | E2 | 9 | 70 | 0 | 60 | 32 | B | 14C | 5C | 2E |
| Octal | 342 | 11 | 160 | 0 | 140 | 62 | 13 | 514 | 134 | 56 |
| Binary | 11100010 | 1001 | 1110000 | 0 | 1100000 | 110010 | 1011 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E20970
Complementary color
Monochromatic Colors of #E20970
Black with #E20970
Text Example
Text Example
White with #E20970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20970; }
p { color: rgb(226,9,112); }
H1.HeaderClassName
{
color: #E20970;
}
.AnyTagClassName
{
color: #E20970;
}
</style>
background-color css
<style>
a { background-color: #E20970; }
a { background-color: rgb(226,9,112); }
div.DivClassName
{
background-color: #E20970;
}
.BgClassName
{
background-color: #E20970;
}
</style>
border-color css
<style>
span { border-color: #E20970; }
span { border-color: rgb(226,9,112); }
td.TdClassName
{
border-color: #E20970;
}
.TagClassName
{
border-color: #E20970;
}
</style>