Shades of Ruby #E20D71
Tints of Ruby #E20D71
RGB
CMYK
RGB Variations
Color information
#E20D71 (or 0xE20D71) is known color: Ruby. HEX triplet: E2, 0D and 71. RGB value is (226,13,113). Sum of RGB (Red+Green+Blue) = 226+13+113=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D71 is #1DF28E. Grayscale: #575757. Windows color (decimal): -1962639 or 7409122. OLE color: 7409122.
HSL color Cylindrical-coordinate representation of color #E20D71: hue angle of 331.83º degrees, saturation: 0.89, 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 #E20D71 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 113 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.11 |
| HSL | 331.83º | 0.89% | 0.47% | - |
| HSV(B) | 331.83º | 0.94% | 0.89% | - |
| XYZ | 34.49 | 17.65 | 17.21 | - |
| YUV | 88.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 113 | 0 | 0.94 | 0.5 | 0.11 | 331.83 | 0.89 | 0.47 |
| Hex | E2 | D | 71 | 0 | 5E | 32 | B | 14C | 59 | 2F |
| Octal | 342 | 15 | 161 | 0 | 136 | 62 | 13 | 514 | 131 | 57 |
| Binary | 11100010 | 1101 | 1110001 | 0 | 1011110 | 110010 | 1011 | 101001100 | 1011001 | 101111 |
Color Harmonies of #E20D71
Complementary color
Monochromatic Colors of #E20D71
Black with #E20D71
Text Example
Text Example
White with #E20D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D71; }
p { color: rgb(226,13,113); }
H1.HeaderClassName
{
color: #E20D71;
}
.AnyTagClassName
{
color: #E20D71;
}
</style>
background-color css
<style>
a { background-color: #E20D71; }
a { background-color: rgb(226,13,113); }
div.DivClassName
{
background-color: #E20D71;
}
.BgClassName
{
background-color: #E20D71;
}
</style>
border-color css
<style>
span { border-color: #E20D71; }
span { border-color: rgb(226,13,113); }
td.TdClassName
{
border-color: #E20D71;
}
.TagClassName
{
border-color: #E20D71;
}
</style>