Shades of Ruby #E31960
Tints of Ruby #E31960
RGB
CMYK
RGB Variations
Color information
#E31960 (or 0xE31960) is known color: Ruby. HEX triplet: E3, 19 and 60. RGB value is (227,25,96). Sum of RGB (Red+Green+Blue) = 227+25+96=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E31960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31960 is #1CE69F. Grayscale: #5D5D5D. Windows color (decimal): -1894048 or 6298083. OLE color: 6298083.
HSL color Cylindrical-coordinate representation of color #E31960: hue angle of 338.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31960 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 96 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.11 |
| HSL | 338.91º | 0.8% | 0.49% | - |
| HSV(B) | 338.91º | 0.89% | 0.89% | - |
| XYZ | 34.14 | 17.87 | 12.72 | - |
| YUV | 93.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 96 | 0 | 0.89 | 0.58 | 0.11 | 338.91 | 0.8 | 0.49 |
| Hex | E3 | 19 | 60 | 0 | 59 | 3A | B | 153 | 50 | 31 |
| Octal | 343 | 31 | 140 | 0 | 131 | 72 | 13 | 523 | 120 | 61 |
| Binary | 11100011 | 11001 | 1100000 | 0 | 1011001 | 111010 | 1011 | 101010011 | 1010000 | 110001 |
Color Harmonies of #E31960
Complementary color
Monochromatic Colors of #E31960
Black with #E31960
Text Example
Text Example
White with #E31960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31960; }
p { color: rgb(227,25,96); }
H1.HeaderClassName
{
color: #E31960;
}
.AnyTagClassName
{
color: #E31960;
}
</style>
background-color css
<style>
a { background-color: #E31960; }
a { background-color: rgb(227,25,96); }
div.DivClassName
{
background-color: #E31960;
}
.BgClassName
{
background-color: #E31960;
}
</style>
border-color css
<style>
span { border-color: #E31960; }
span { border-color: rgb(227,25,96); }
td.TdClassName
{
border-color: #E31960;
}
.TagClassName
{
border-color: #E31960;
}
</style>