Shades of Ruby #E31469
Tints of Ruby #E31469
RGB
CMYK
RGB Variations
Color information
#E31469 (or 0xE31469) is known color: Ruby. HEX triplet: E3, 14 and 69. RGB value is (227,20,105). Sum of RGB (Red+Green+Blue) = 227+20+105=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E31469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31469 is #1CEB96. Grayscale: #5B5B5B. Windows color (decimal): -1895319 or 6886627. OLE color: 6886627.
HSL color Cylindrical-coordinate representation of color #E31469: hue angle of 335.36º 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 #E31469 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 105 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.11 |
| HSL | 335.36º | 0.84% | 0.48% | - |
| HSV(B) | 335.36º | 0.91% | 0.89% | - |
| XYZ | 34.48 | 17.85 | 14.99 | - |
| YUV | 91.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 105 | 0 | 0.91 | 0.54 | 0.11 | 335.36 | 0.84 | 0.48 |
| Hex | E3 | 14 | 69 | 0 | 5B | 36 | B | 14F | 54 | 30 |
| Octal | 343 | 24 | 151 | 0 | 133 | 66 | 13 | 517 | 124 | 60 |
| Binary | 11100011 | 10100 | 1101001 | 0 | 1011011 | 110110 | 1011 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E31469
Complementary color
Monochromatic Colors of #E31469
Black with #E31469
Text Example
Text Example
White with #E31469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31469; }
p { color: rgb(227,20,105); }
H1.HeaderClassName
{
color: #E31469;
}
.AnyTagClassName
{
color: #E31469;
}
</style>
background-color css
<style>
a { background-color: #E31469; }
a { background-color: rgb(227,20,105); }
div.DivClassName
{
background-color: #E31469;
}
.BgClassName
{
background-color: #E31469;
}
</style>
border-color css
<style>
span { border-color: #E31469; }
span { border-color: rgb(227,20,105); }
td.TdClassName
{
border-color: #E31469;
}
.TagClassName
{
border-color: #E31469;
}
</style>