Shades of Ruby #E20F74
Tints of Ruby #E20F74
RGB
CMYK
RGB Variations
Color information
#E20F74 (or 0xE20F74) is known color: Ruby. HEX triplet: E2, 0F and 74. RGB value is (226,15,116). Sum of RGB (Red+Green+Blue) = 226+15+116=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F74 is #1DF08B. Grayscale: #595959. Windows color (decimal): -1962124 or 7606242. OLE color: 7606242.
HSL color Cylindrical-coordinate representation of color #E20F74: hue angle of 331.28º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F74 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.11 |
| HSL | 331.28º | 0.88% | 0.47% | - |
| HSV(B) | 331.28º | 0.93% | 0.89% | - |
| XYZ | 34.69 | 17.77 | 18.12 | - |
| YUV | 89.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 116 | 0 | 0.93 | 0.49 | 0.11 | 331.28 | 0.88 | 0.47 |
| Hex | E2 | F | 74 | 0 | 5D | 31 | B | 14B | 58 | 2F |
| Octal | 342 | 17 | 164 | 0 | 135 | 61 | 13 | 513 | 130 | 57 |
| Binary | 11100010 | 1111 | 1110100 | 0 | 1011101 | 110001 | 1011 | 101001011 | 1011000 | 101111 |
Color Harmonies of #E20F74
Complementary color
Monochromatic Colors of #E20F74
Black with #E20F74
Text Example
Text Example
White with #E20F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20F74; }
p { color: rgb(226,15,116); }
H1.HeaderClassName
{
color: #E20F74;
}
.AnyTagClassName
{
color: #E20F74;
}
</style>
background-color css
<style>
a { background-color: #E20F74; }
a { background-color: rgb(226,15,116); }
div.DivClassName
{
background-color: #E20F74;
}
.BgClassName
{
background-color: #E20F74;
}
</style>
border-color css
<style>
span { border-color: #E20F74; }
span { border-color: rgb(226,15,116); }
td.TdClassName
{
border-color: #E20F74;
}
.TagClassName
{
border-color: #E20F74;
}
</style>