Shades of Ruby #E31074
Tints of Ruby #E31074
RGB
CMYK
RGB Variations
Color information
#E31074 (or 0xE31074) is known color: Ruby. HEX triplet: E3, 10 and 74. RGB value is (227,16,116). Sum of RGB (Red+Green+Blue) = 227+16+116=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E31074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31074 is #1CEF8B. Grayscale: #5A5A5A. Windows color (decimal): -1896332 or 7606499. OLE color: 7606499.
HSL color Cylindrical-coordinate representation of color #E31074: hue angle of 331.56º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31074 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.11 |
| HSL | 331.56º | 0.87% | 0.48% | - |
| HSV(B) | 331.56º | 0.93% | 0.89% | - |
| XYZ | 35.02 | 17.96 | 18.14 | - |
| YUV | 90.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 116 | 0 | 0.93 | 0.49 | 0.11 | 331.56 | 0.87 | 0.48 |
| Hex | E3 | 10 | 74 | 0 | 5D | 31 | B | 14C | 57 | 30 |
| Octal | 343 | 20 | 164 | 0 | 135 | 61 | 13 | 514 | 127 | 60 |
| Binary | 11100011 | 10000 | 1110100 | 0 | 1011101 | 110001 | 1011 | 101001100 | 1010111 | 110000 |
Color Harmonies of #E31074
Complementary color
Monochromatic Colors of #E31074
Black with #E31074
Text Example
Text Example
White with #E31074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31074; }
p { color: rgb(227,16,116); }
H1.HeaderClassName
{
color: #E31074;
}
.AnyTagClassName
{
color: #E31074;
}
</style>
background-color css
<style>
a { background-color: #E31074; }
a { background-color: rgb(227,16,116); }
div.DivClassName
{
background-color: #E31074;
}
.BgClassName
{
background-color: #E31074;
}
</style>
border-color css
<style>
span { border-color: #E31074; }
span { border-color: rgb(227,16,116); }
td.TdClassName
{
border-color: #E31074;
}
.TagClassName
{
border-color: #E31074;
}
</style>