Shades of Ruby #E3136F
Tints of Ruby #E3136F
RGB
CMYK
RGB Variations
Color information
#E3136F (or 0xE3136F) is known color: Ruby. HEX triplet: E3, 13 and 6F. RGB value is (227,19,111). Sum of RGB (Red+Green+Blue) = 227+19+111=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3136F is #1CEC90. Grayscale: #5B5B5B. Windows color (decimal): -1895569 or 7279587. OLE color: 7279587.
HSL color Cylindrical-coordinate representation of color #E3136F: hue angle of 333.46º 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 #E3136F is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.11 |
| HSL | 333.46º | 0.85% | 0.48% | - |
| HSV(B) | 333.46º | 0.92% | 0.89% | - |
| XYZ | 34.78 | 17.94 | 16.67 | - |
| YUV | 91.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 111 | 0 | 0.92 | 0.51 | 0.11 | 333.46 | 0.85 | 0.48 |
| Hex | E3 | 13 | 6F | 0 | 5C | 33 | B | 14D | 55 | 30 |
| Octal | 343 | 23 | 157 | 0 | 134 | 63 | 13 | 515 | 125 | 60 |
| Binary | 11100011 | 10011 | 1101111 | 0 | 1011100 | 110011 | 1011 | 101001101 | 1010101 | 110000 |
Color Harmonies of #E3136F
Complementary color
Monochromatic Colors of #E3136F
Black with #E3136F
Text Example
Text Example
White with #E3136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3136F; }
p { color: rgb(227,19,111); }
H1.HeaderClassName
{
color: #E3136F;
}
.AnyTagClassName
{
color: #E3136F;
}
</style>
background-color css
<style>
a { background-color: #E3136F; }
a { background-color: rgb(227,19,111); }
div.DivClassName
{
background-color: #E3136F;
}
.BgClassName
{
background-color: #E3136F;
}
</style>
border-color css
<style>
span { border-color: #E3136F; }
span { border-color: rgb(227,19,111); }
td.TdClassName
{
border-color: #E3136F;
}
.TagClassName
{
border-color: #E3136F;
}
</style>