Shades of Ruby #E31261
Tints of Ruby #E31261
RGB
CMYK
RGB Variations
Color information
#E31261 (or 0xE31261) is known color: Ruby. HEX triplet: E3, 12 and 61. RGB value is (227,18,97). Sum of RGB (Red+Green+Blue) = 227+18+97=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E31261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31261 is #1CED9E. Grayscale: #595959. Windows color (decimal): -1895839 or 6361827. OLE color: 6361827.
HSL color Cylindrical-coordinate representation of color #E31261: hue angle of 337.32º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31261 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 97 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.11 |
| HSL | 337.32º | 0.85% | 0.48% | - |
| HSV(B) | 337.32º | 0.92% | 0.89% | - |
| XYZ | 34.05 | 17.63 | 12.92 | - |
| YUV | 89.5 | 132.24 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 97 | 0 | 0.92 | 0.57 | 0.11 | 337.32 | 0.85 | 0.48 |
| Hex | E3 | 12 | 61 | 0 | 5C | 39 | B | 151 | 55 | 30 |
| Octal | 343 | 22 | 141 | 0 | 134 | 71 | 13 | 521 | 125 | 60 |
| Binary | 11100011 | 10010 | 1100001 | 0 | 1011100 | 111001 | 1011 | 101010001 | 1010101 | 110000 |
Color Harmonies of #E31261
Complementary color
Monochromatic Colors of #E31261
Black with #E31261
Text Example
Text Example
White with #E31261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31261; }
p { color: rgb(227,18,97); }
H1.HeaderClassName
{
color: #E31261;
}
.AnyTagClassName
{
color: #E31261;
}
</style>
background-color css
<style>
a { background-color: #E31261; }
a { background-color: rgb(227,18,97); }
div.DivClassName
{
background-color: #E31261;
}
.BgClassName
{
background-color: #E31261;
}
</style>
border-color css
<style>
span { border-color: #E31261; }
span { border-color: rgb(227,18,97); }
td.TdClassName
{
border-color: #E31261;
}
.TagClassName
{
border-color: #E31261;
}
</style>