Shades of Ruby #E31078
Tints of Ruby #E31078
RGB
CMYK
RGB Variations
Color information
#E31078 (or 0xE31078) is known color: Ruby. HEX triplet: E3, 10 and 78. RGB value is (227,16,120). Sum of RGB (Red+Green+Blue) = 227+16+120=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E31078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31078 is #1CEF87. Grayscale: #5A5A5A. Windows color (decimal): -1896328 or 7868643. OLE color: 7868643.
HSL color Cylindrical-coordinate representation of color #E31078: hue angle of 330.43º 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 #E31078 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.11 |
| HSL | 330.43º | 0.87% | 0.48% | - |
| HSV(B) | 330.43º | 0.93% | 0.89% | - |
| XYZ | 35.25 | 18.06 | 19.4 | - |
| YUV | 90.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 120 | 0 | 0.93 | 0.47 | 0.11 | 330.43 | 0.87 | 0.48 |
| Hex | E3 | 10 | 78 | 0 | 5D | 2F | B | 14A | 57 | 30 |
| Octal | 343 | 20 | 170 | 0 | 135 | 57 | 13 | 512 | 127 | 60 |
| Binary | 11100011 | 10000 | 1111000 | 0 | 1011101 | 101111 | 1011 | 101001010 | 1010111 | 110000 |
Color Harmonies of #E31078
Complementary color
Monochromatic Colors of #E31078
Black with #E31078
Text Example
Text Example
White with #E31078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31078; }
p { color: rgb(227,16,120); }
H1.HeaderClassName
{
color: #E31078;
}
.AnyTagClassName
{
color: #E31078;
}
</style>
background-color css
<style>
a { background-color: #E31078; }
a { background-color: rgb(227,16,120); }
div.DivClassName
{
background-color: #E31078;
}
.BgClassName
{
background-color: #E31078;
}
</style>
border-color css
<style>
span { border-color: #E31078; }
span { border-color: rgb(227,16,120); }
td.TdClassName
{
border-color: #E31078;
}
.TagClassName
{
border-color: #E31078;
}
</style>