Shades of Ruby #E31762
Tints of Ruby #E31762
RGB
CMYK
RGB Variations
Color information
#E31762 (or 0xE31762) is known color: Ruby. HEX triplet: E3, 17 and 62. RGB value is (227,23,98). Sum of RGB (Red+Green+Blue) = 227+23+98=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E31762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31762 is #1CE89D. Grayscale: #5C5C5C. Windows color (decimal): -1894558 or 6428643. OLE color: 6428643.
HSL color Cylindrical-coordinate representation of color #E31762: hue angle of 337.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31762 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 98 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.11 |
| HSL | 337.94º | 0.82% | 0.49% | - |
| HSV(B) | 337.94º | 0.9% | 0.89% | - |
| XYZ | 34.19 | 17.83 | 13.19 | - |
| YUV | 92.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 98 | 0 | 0.90 | 0.57 | 0.11 | 337.94 | 0.82 | 0.49 |
| Hex | E3 | 17 | 62 | 0 | 5A | 39 | B | 152 | 52 | 31 |
| Octal | 343 | 27 | 142 | 0 | 132 | 71 | 13 | 522 | 122 | 61 |
| Binary | 11100011 | 10111 | 1100010 | 0 | 1011010 | 111001 | 1011 | 101010010 | 1010010 | 110001 |
Color Harmonies of #E31762
Complementary color
Monochromatic Colors of #E31762
Black with #E31762
Text Example
Text Example
White with #E31762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31762; }
p { color: rgb(227,23,98); }
H1.HeaderClassName
{
color: #E31762;
}
.AnyTagClassName
{
color: #E31762;
}
</style>
background-color css
<style>
a { background-color: #E31762; }
a { background-color: rgb(227,23,98); }
div.DivClassName
{
background-color: #E31762;
}
.BgClassName
{
background-color: #E31762;
}
</style>
border-color css
<style>
span { border-color: #E31762; }
span { border-color: rgb(227,23,98); }
td.TdClassName
{
border-color: #E31762;
}
.TagClassName
{
border-color: #E31762;
}
</style>