Shades of Ruby #E31579
Tints of Ruby #E31579
RGB
CMYK
RGB Variations
Color information
#E31579 (or 0xE31579) is known color: Ruby. HEX triplet: E3, 15 and 79. RGB value is (227,21,121). Sum of RGB (Red+Green+Blue) = 227+21+121=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E31579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31579 is #1CEA86. Grayscale: #5D5D5D. Windows color (decimal): -1895047 or 7935459. OLE color: 7935459.
HSL color Cylindrical-coordinate representation of color #E31579: hue angle of 330.87º 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 #E31579 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.11 |
| HSL | 330.87º | 0.83% | 0.49% | - |
| HSV(B) | 330.87º | 0.91% | 0.89% | - |
| XYZ | 35.4 | 18.25 | 19.75 | - |
| YUV | 93.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 121 | 0 | 0.91 | 0.47 | 0.11 | 330.87 | 0.83 | 0.49 |
| Hex | E3 | 15 | 79 | 0 | 5B | 2F | B | 14B | 53 | 31 |
| Octal | 343 | 25 | 171 | 0 | 133 | 57 | 13 | 513 | 123 | 61 |
| Binary | 11100011 | 10101 | 1111001 | 0 | 1011011 | 101111 | 1011 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E31579
Complementary color
Monochromatic Colors of #E31579
Black with #E31579
Text Example
Text Example
White with #E31579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31579; }
p { color: rgb(227,21,121); }
H1.HeaderClassName
{
color: #E31579;
}
.AnyTagClassName
{
color: #E31579;
}
</style>
background-color css
<style>
a { background-color: #E31579; }
a { background-color: rgb(227,21,121); }
div.DivClassName
{
background-color: #E31579;
}
.BgClassName
{
background-color: #E31579;
}
</style>
border-color css
<style>
span { border-color: #E31579; }
span { border-color: rgb(227,21,121); }
td.TdClassName
{
border-color: #E31579;
}
.TagClassName
{
border-color: #E31579;
}
</style>