Shades of Ruby #E31671
Tints of Ruby #E31671
RGB
CMYK
RGB Variations
Color information
#E31671 (or 0xE31671) is known color: Ruby. HEX triplet: E3, 16 and 71. RGB value is (227,22,113). Sum of RGB (Red+Green+Blue) = 227+22+113=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E31671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31671 is #1CE98E. Grayscale: #5D5D5D. Windows color (decimal): -1894799 or 7411427. OLE color: 7411427.
HSL color Cylindrical-coordinate representation of color #E31671: hue angle of 333.37º 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 #E31671 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 113 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.11 |
| HSL | 333.37º | 0.82% | 0.49% | - |
| HSV(B) | 333.37º | 0.9% | 0.89% | - |
| XYZ | 34.95 | 18.1 | 17.27 | - |
| YUV | 93.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 113 | 0 | 0.90 | 0.50 | 0.11 | 333.37 | 0.82 | 0.49 |
| Hex | E3 | 16 | 71 | 0 | 5A | 32 | B | 14D | 52 | 31 |
| Octal | 343 | 26 | 161 | 0 | 132 | 62 | 13 | 515 | 122 | 61 |
| Binary | 11100011 | 10110 | 1110001 | 0 | 1011010 | 110010 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E31671
Complementary color
Monochromatic Colors of #E31671
Black with #E31671
Text Example
Text Example
White with #E31671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31671; }
p { color: rgb(227,22,113); }
H1.HeaderClassName
{
color: #E31671;
}
.AnyTagClassName
{
color: #E31671;
}
</style>
background-color css
<style>
a { background-color: #E31671; }
a { background-color: rgb(227,22,113); }
div.DivClassName
{
background-color: #E31671;
}
.BgClassName
{
background-color: #E31671;
}
</style>
border-color css
<style>
span { border-color: #E31671; }
span { border-color: rgb(227,22,113); }
td.TdClassName
{
border-color: #E31671;
}
.TagClassName
{
border-color: #E31671;
}
</style>