Shades of Ruby #E3136A
Tints of Ruby #E3136A
RGB
CMYK
RGB Variations
Color information
#E3136A (or 0xE3136A) is known color: Ruby. HEX triplet: E3, 13 and 6A. RGB value is (227,19,106). Sum of RGB (Red+Green+Blue) = 227+19+106=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3136A is #1CEC95. Grayscale: #5A5A5A. Windows color (decimal): -1895574 or 6951907. OLE color: 6951907.
HSL color Cylindrical-coordinate representation of color #E3136A: hue angle of 334.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3136A is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.11 |
| HSL | 334.9º | 0.85% | 0.48% | - |
| HSV(B) | 334.9º | 0.92% | 0.89% | - |
| XYZ | 34.51 | 17.84 | 15.26 | - |
| YUV | 91.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 106 | 0 | 0.92 | 0.53 | 0.11 | 334.9 | 0.85 | 0.48 |
| Hex | E3 | 13 | 6A | 0 | 5C | 35 | B | 14F | 55 | 30 |
| Octal | 343 | 23 | 152 | 0 | 134 | 65 | 13 | 517 | 125 | 60 |
| Binary | 11100011 | 10011 | 1101010 | 0 | 1011100 | 110101 | 1011 | 101001111 | 1010101 | 110000 |
Color Harmonies of #E3136A
Complementary color
Monochromatic Colors of #E3136A
Black with #E3136A
Text Example
Text Example
White with #E3136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3136A; }
p { color: rgb(227,19,106); }
H1.HeaderClassName
{
color: #E3136A;
}
.AnyTagClassName
{
color: #E3136A;
}
</style>
background-color css
<style>
a { background-color: #E3136A; }
a { background-color: rgb(227,19,106); }
div.DivClassName
{
background-color: #E3136A;
}
.BgClassName
{
background-color: #E3136A;
}
</style>
border-color css
<style>
span { border-color: #E3136A; }
span { border-color: rgb(227,19,106); }
td.TdClassName
{
border-color: #E3136A;
}
.TagClassName
{
border-color: #E3136A;
}
</style>