Shades of Ruby #E31473
Tints of Ruby #E31473
RGB
CMYK
RGB Variations
Color information
#E31473 (or 0xE31473) is known color: Ruby. HEX triplet: E3, 14 and 73. RGB value is (227,20,115). Sum of RGB (Red+Green+Blue) = 227+20+115=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E31473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31473 is #1CEB8C. Grayscale: #5C5C5C. Windows color (decimal): -1895309 or 7541987. OLE color: 7541987.
HSL color Cylindrical-coordinate representation of color #E31473: hue angle of 332.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31473 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 115 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.11 |
| HSL | 332.46º | 0.84% | 0.48% | - |
| HSV(B) | 332.46º | 0.91% | 0.89% | - |
| XYZ | 35.02 | 18.07 | 17.86 | - |
| YUV | 92.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 115 | 0 | 0.91 | 0.49 | 0.11 | 332.46 | 0.84 | 0.48 |
| Hex | E3 | 14 | 73 | 0 | 5B | 31 | B | 14C | 54 | 30 |
| Octal | 343 | 24 | 163 | 0 | 133 | 61 | 13 | 514 | 124 | 60 |
| Binary | 11100011 | 10100 | 1110011 | 0 | 1011011 | 110001 | 1011 | 101001100 | 1010100 | 110000 |
Color Harmonies of #E31473
Complementary color
Monochromatic Colors of #E31473
Black with #E31473
Text Example
Text Example
White with #E31473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31473; }
p { color: rgb(227,20,115); }
H1.HeaderClassName
{
color: #E31473;
}
.AnyTagClassName
{
color: #E31473;
}
</style>
background-color css
<style>
a { background-color: #E31473; }
a { background-color: rgb(227,20,115); }
div.DivClassName
{
background-color: #E31473;
}
.BgClassName
{
background-color: #E31473;
}
</style>
border-color css
<style>
span { border-color: #E31473; }
span { border-color: rgb(227,20,115); }
td.TdClassName
{
border-color: #E31473;
}
.TagClassName
{
border-color: #E31473;
}
</style>