Shades of Ruby #E20A7A
Tints of Ruby #E20A7A
RGB
CMYK
RGB Variations
Color information
#E20A7A (or 0xE20A7A) is known color: Ruby. HEX triplet: E2, 0A and 7A. RGB value is (226,10,122). Sum of RGB (Red+Green+Blue) = 226+10+122=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A7A is #1DF585. Grayscale: #575757. Windows color (decimal): -1963398 or 7998178. OLE color: 7998178.
HSL color Cylindrical-coordinate representation of color #E20A7A: hue angle of 328.89º 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 #E20A7A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 122 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.11 |
| HSL | 328.89º | 0.92% | 0.46% | - |
| HSV(B) | 328.89º | 0.96% | 0.89% | - |
| XYZ | 34.99 | 17.79 | 20 | - |
| YUV | 87.35 | 147.56 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 122 | 0 | 0.96 | 0.46 | 0.11 | 328.89 | 0.92 | 0.46 |
| Hex | E2 | A | 7A | 0 | 60 | 2E | B | 149 | 5C | 2E |
| Octal | 342 | 12 | 172 | 0 | 140 | 56 | 13 | 511 | 134 | 56 |
| Binary | 11100010 | 1010 | 1111010 | 0 | 1100000 | 101110 | 1011 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E20A7A
Complementary color
Monochromatic Colors of #E20A7A
Black with #E20A7A
Text Example
Text Example
White with #E20A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A7A; }
p { color: rgb(226,10,122); }
H1.HeaderClassName
{
color: #E20A7A;
}
.AnyTagClassName
{
color: #E20A7A;
}
</style>
background-color css
<style>
a { background-color: #E20A7A; }
a { background-color: rgb(226,10,122); }
div.DivClassName
{
background-color: #E20A7A;
}
.BgClassName
{
background-color: #E20A7A;
}
</style>
border-color css
<style>
span { border-color: #E20A7A; }
span { border-color: rgb(226,10,122); }
td.TdClassName
{
border-color: #E20A7A;
}
.TagClassName
{
border-color: #E20A7A;
}
</style>