Shades of Ruby #E31E5B
Tints of Ruby #E31E5B
RGB
CMYK
RGB Variations
Color information
#E31E5B (or 0xE31E5B) is known color: Ruby. HEX triplet: E3, 1E and 5B. RGB value is (227,30,91). Sum of RGB (Red+Green+Blue) = 227+30+91=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E31E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31E5B is #1CE1A4. Grayscale: #5F5F5F. Windows color (decimal): -1892773 or 5971683. OLE color: 5971683.
HSL color Cylindrical-coordinate representation of color #E31E5B: hue angle of 341.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31E5B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 91 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.11 |
| HSL | 341.42º | 0.78% | 0.5% | - |
| HSV(B) | 341.42º | 0.87% | 0.89% | - |
| XYZ | 34.03 | 18.01 | 11.58 | - |
| YUV | 95.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 91 | 0 | 0.87 | 0.60 | 0.11 | 341.42 | 0.78 | 0.5 |
| Hex | E3 | 1E | 5B | 0 | 57 | 3C | B | 155 | 4E | 32 |
| Octal | 343 | 36 | 133 | 0 | 127 | 74 | 13 | 525 | 116 | 62 |
| Binary | 11100011 | 11110 | 1011011 | 0 | 1010111 | 111100 | 1011 | 101010101 | 1001110 | 110010 |
Color Harmonies of #E31E5B
Complementary color
Monochromatic Colors of #E31E5B
Black with #E31E5B
Text Example
Text Example
White with #E31E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31E5B; }
p { color: rgb(227,30,91); }
H1.HeaderClassName
{
color: #E31E5B;
}
.AnyTagClassName
{
color: #E31E5B;
}
</style>
background-color css
<style>
a { background-color: #E31E5B; }
a { background-color: rgb(227,30,91); }
div.DivClassName
{
background-color: #E31E5B;
}
.BgClassName
{
background-color: #E31E5B;
}
</style>
border-color css
<style>
span { border-color: #E31E5B; }
span { border-color: rgb(227,30,91); }
td.TdClassName
{
border-color: #E31E5B;
}
.TagClassName
{
border-color: #E31E5B;
}
</style>