Shades of Ruby #E31063
Tints of Ruby #E31063
RGB
CMYK
RGB Variations
Color information
#E31063 (or 0xE31063) is known color: Ruby. HEX triplet: E3, 10 and 63. RGB value is (227,16,99). Sum of RGB (Red+Green+Blue) = 227+16+99=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E31063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31063 is #1CEF9C. Grayscale: #585858. Windows color (decimal): -1896349 or 6492387. OLE color: 6492387.
HSL color Cylindrical-coordinate representation of color #E31063: hue angle of 336.4º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31063 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.11 |
| HSL | 336.4º | 0.87% | 0.48% | - |
| HSV(B) | 336.4º | 0.93% | 0.89% | - |
| XYZ | 34.12 | 17.6 | 13.4 | - |
| YUV | 88.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 99 | 0 | 0.93 | 0.56 | 0.11 | 336.4 | 0.87 | 0.48 |
| Hex | E3 | 10 | 63 | 0 | 5D | 38 | B | 150 | 57 | 30 |
| Octal | 343 | 20 | 143 | 0 | 135 | 70 | 13 | 520 | 127 | 60 |
| Binary | 11100011 | 10000 | 1100011 | 0 | 1011101 | 111000 | 1011 | 101010000 | 1010111 | 110000 |
Color Harmonies of #E31063
Complementary color
Monochromatic Colors of #E31063
Black with #E31063
Text Example
Text Example
White with #E31063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31063; }
p { color: rgb(227,16,99); }
H1.HeaderClassName
{
color: #E31063;
}
.AnyTagClassName
{
color: #E31063;
}
</style>
background-color css
<style>
a { background-color: #E31063; }
a { background-color: rgb(227,16,99); }
div.DivClassName
{
background-color: #E31063;
}
.BgClassName
{
background-color: #E31063;
}
</style>
border-color css
<style>
span { border-color: #E31063; }
span { border-color: rgb(227,16,99); }
td.TdClassName
{
border-color: #E31063;
}
.TagClassName
{
border-color: #E31063;
}
</style>