Shades of Ruby #E31670
Tints of Ruby #E31670
RGB
CMYK
RGB Variations
Color information
#E31670 (or 0xE31670) is known color: Ruby. HEX triplet: E3, 16 and 70. RGB value is (227,22,112). Sum of RGB (Red+Green+Blue) = 227+22+112=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E31670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31670 is #1CE98F. Grayscale: #5D5D5D. Windows color (decimal): -1894800 or 7345891. OLE color: 7345891.
HSL color Cylindrical-coordinate representation of color #E31670: hue angle of 333.66º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31670 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 112 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.11 |
| HSL | 333.66º | 0.82% | 0.49% | - |
| HSV(B) | 333.66º | 0.9% | 0.89% | - |
| XYZ | 34.89 | 18.07 | 16.98 | - |
| YUV | 93.56 | 138.42 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 112 | 0 | 0.90 | 0.51 | 0.11 | 333.66 | 0.82 | 0.49 |
| Hex | E3 | 16 | 70 | 0 | 5A | 33 | B | 14E | 52 | 31 |
| Octal | 343 | 26 | 160 | 0 | 132 | 63 | 13 | 516 | 122 | 61 |
| Binary | 11100011 | 10110 | 1110000 | 0 | 1011010 | 110011 | 1011 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E31670
Complementary color
Monochromatic Colors of #E31670
Black with #E31670
Text Example
Text Example
White with #E31670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31670; }
p { color: rgb(227,22,112); }
H1.HeaderClassName
{
color: #E31670;
}
.AnyTagClassName
{
color: #E31670;
}
</style>
background-color css
<style>
a { background-color: #E31670; }
a { background-color: rgb(227,22,112); }
div.DivClassName
{
background-color: #E31670;
}
.BgClassName
{
background-color: #E31670;
}
</style>
border-color css
<style>
span { border-color: #E31670; }
span { border-color: rgb(227,22,112); }
td.TdClassName
{
border-color: #E31670;
}
.TagClassName
{
border-color: #E31670;
}
</style>