Shades of Ruby #E31069
Tints of Ruby #E31069
RGB
CMYK
RGB Variations
Color information
#E31069 (or 0xE31069) is known color: Ruby. HEX triplet: E3, 10 and 69. RGB value is (227,16,105). Sum of RGB (Red+Green+Blue) = 227+16+105=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E31069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31069 is #1CEF96. Grayscale: #595959. Windows color (decimal): -1896343 or 6885603. OLE color: 6885603.
HSL color Cylindrical-coordinate representation of color #E31069: hue angle of 334.69º 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 #E31069 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.11 |
| HSL | 334.69º | 0.87% | 0.48% | - |
| HSV(B) | 334.69º | 0.93% | 0.89% | - |
| XYZ | 34.41 | 17.72 | 14.97 | - |
| YUV | 89.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 105 | 0 | 0.93 | 0.54 | 0.11 | 334.69 | 0.87 | 0.48 |
| Hex | E3 | 10 | 69 | 0 | 5D | 36 | B | 14F | 57 | 30 |
| Octal | 343 | 20 | 151 | 0 | 135 | 66 | 13 | 517 | 127 | 60 |
| Binary | 11100011 | 10000 | 1101001 | 0 | 1011101 | 110110 | 1011 | 101001111 | 1010111 | 110000 |
Color Harmonies of #E31069
Complementary color
Monochromatic Colors of #E31069
Black with #E31069
Text Example
Text Example
White with #E31069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31069; }
p { color: rgb(227,16,105); }
H1.HeaderClassName
{
color: #E31069;
}
.AnyTagClassName
{
color: #E31069;
}
</style>
background-color css
<style>
a { background-color: #E31069; }
a { background-color: rgb(227,16,105); }
div.DivClassName
{
background-color: #E31069;
}
.BgClassName
{
background-color: #E31069;
}
</style>
border-color css
<style>
span { border-color: #E31069; }
span { border-color: rgb(227,16,105); }
td.TdClassName
{
border-color: #E31069;
}
.TagClassName
{
border-color: #E31069;
}
</style>