Shades of Ruby #E20E72
Tints of Ruby #E20E72
RGB
CMYK
RGB Variations
Color information
#E20E72 (or 0xE20E72) is known color: Ruby. HEX triplet: E2, 0E and 72. RGB value is (226,14,114). Sum of RGB (Red+Green+Blue) = 226+14+114=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E72 is #1DF18D. Grayscale: #585858. Windows color (decimal): -1962382 or 7474914. OLE color: 7474914.
HSL color Cylindrical-coordinate representation of color #E20E72: hue angle of 331.7º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E72 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 114 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.11 |
| HSL | 331.7º | 0.88% | 0.47% | - |
| HSV(B) | 331.7º | 0.94% | 0.89% | - |
| XYZ | 34.56 | 17.7 | 17.51 | - |
| YUV | 88.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 114 | 0 | 0.94 | 0.50 | 0.11 | 331.7 | 0.88 | 0.47 |
| Hex | E2 | E | 72 | 0 | 5E | 32 | B | 14C | 58 | 2F |
| Octal | 342 | 16 | 162 | 0 | 136 | 62 | 13 | 514 | 130 | 57 |
| Binary | 11100010 | 1110 | 1110010 | 0 | 1011110 | 110010 | 1011 | 101001100 | 1011000 | 101111 |
Color Harmonies of #E20E72
Complementary color
Monochromatic Colors of #E20E72
Black with #E20E72
Text Example
Text Example
White with #E20E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E72; }
p { color: rgb(226,14,114); }
H1.HeaderClassName
{
color: #E20E72;
}
.AnyTagClassName
{
color: #E20E72;
}
</style>
background-color css
<style>
a { background-color: #E20E72; }
a { background-color: rgb(226,14,114); }
div.DivClassName
{
background-color: #E20E72;
}
.BgClassName
{
background-color: #E20E72;
}
</style>
border-color css
<style>
span { border-color: #E20E72; }
span { border-color: rgb(226,14,114); }
td.TdClassName
{
border-color: #E20E72;
}
.TagClassName
{
border-color: #E20E72;
}
</style>