Shades of Ruby #E20774
Tints of Ruby #E20774
RGB
CMYK
RGB Variations
Color information
#E20774 (or 0xE20774) is known color: Ruby. HEX triplet: E2, 07 and 74. RGB value is (226,7,116). Sum of RGB (Red+Green+Blue) = 226+7+116=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E20774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20774 is #1DF88B. Grayscale: #545454. Windows color (decimal): -1964172 or 7604194. OLE color: 7604194.
HSL color Cylindrical-coordinate representation of color #E20774: hue angle of 330.14º 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 #E20774 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 116 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.11 |
| HSL | 330.14º | 0.94% | 0.46% | - |
| HSV(B) | 330.14º | 0.97% | 0.89% | - |
| XYZ | 34.59 | 17.58 | 18.09 | - |
| YUV | 84.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 116 | 0 | 0.97 | 0.49 | 0.11 | 330.14 | 0.94 | 0.46 |
| Hex | E2 | 7 | 74 | 0 | 61 | 31 | B | 14A | 5E | 2E |
| Octal | 342 | 7 | 164 | 0 | 141 | 61 | 13 | 512 | 136 | 56 |
| Binary | 11100010 | 111 | 1110100 | 0 | 1100001 | 110001 | 1011 | 101001010 | 1011110 | 101110 |
Color Harmonies of #E20774
Complementary color
Monochromatic Colors of #E20774
Black with #E20774
Text Example
Text Example
White with #E20774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20774; }
p { color: rgb(226,7,116); }
H1.HeaderClassName
{
color: #E20774;
}
.AnyTagClassName
{
color: #E20774;
}
</style>
background-color css
<style>
a { background-color: #E20774; }
a { background-color: rgb(226,7,116); }
div.DivClassName
{
background-color: #E20774;
}
.BgClassName
{
background-color: #E20774;
}
</style>
border-color css
<style>
span { border-color: #E20774; }
span { border-color: rgb(226,7,116); }
td.TdClassName
{
border-color: #E20774;
}
.TagClassName
{
border-color: #E20774;
}
</style>