Shades of Ruby #E31577
Tints of Ruby #E31577
RGB
CMYK
RGB Variations
Color information
#E31577 (or 0xE31577) is known color: Ruby. HEX triplet: E3, 15 and 77. RGB value is (227,21,119). Sum of RGB (Red+Green+Blue) = 227+21+119=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E31577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31577 is #1CEA88. Grayscale: #5D5D5D. Windows color (decimal): -1895049 or 7804387. OLE color: 7804387.
HSL color Cylindrical-coordinate representation of color #E31577: hue angle of 331.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31577 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.11 |
| HSL | 331.46º | 0.83% | 0.49% | - |
| HSV(B) | 331.46º | 0.91% | 0.89% | - |
| XYZ | 35.28 | 18.2 | 19.11 | - |
| YUV | 93.77 | 142.25 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 119 | 0 | 0.91 | 0.48 | 0.11 | 331.46 | 0.83 | 0.49 |
| Hex | E3 | 15 | 77 | 0 | 5B | 30 | B | 14B | 53 | 31 |
| Octal | 343 | 25 | 167 | 0 | 133 | 60 | 13 | 513 | 123 | 61 |
| Binary | 11100011 | 10101 | 1110111 | 0 | 1011011 | 110000 | 1011 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E31577
Complementary color
Monochromatic Colors of #E31577
Black with #E31577
Text Example
Text Example
White with #E31577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31577; }
p { color: rgb(227,21,119); }
H1.HeaderClassName
{
color: #E31577;
}
.AnyTagClassName
{
color: #E31577;
}
</style>
background-color css
<style>
a { background-color: #E31577; }
a { background-color: rgb(227,21,119); }
div.DivClassName
{
background-color: #E31577;
}
.BgClassName
{
background-color: #E31577;
}
</style>
border-color css
<style>
span { border-color: #E31577; }
span { border-color: rgb(227,21,119); }
td.TdClassName
{
border-color: #E31577;
}
.TagClassName
{
border-color: #E31577;
}
</style>