Shades of Ruby #E8136F
Tints of Ruby #E8136F
RGB
CMYK
RGB Variations
Color information
#E8136F (or 0xE8136F) is known color: Ruby. HEX triplet: E8, 13 and 6F. RGB value is (232,19,111). Sum of RGB (Red+Green+Blue) = 232+19+111=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8136F is #17EC90. Grayscale: #5D5D5D. Windows color (decimal): -1567889 or 7279592. OLE color: 7279592.
HSL color Cylindrical-coordinate representation of color #E8136F: hue angle of 334.08º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8136F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.09 |
| HSL | 334.08º | 0.85% | 0.49% | - |
| HSV(B) | 334.08º | 0.92% | 0.91% | - |
| XYZ | 36.38 | 18.77 | 16.74 | - |
| YUV | 93.18 | 138.07 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 111 | 0 | 0.92 | 0.52 | 0.09 | 334.08 | 0.85 | 0.49 |
| Hex | E8 | 13 | 6F | 0 | 5C | 34 | 9 | 14E | 55 | 31 |
| Octal | 350 | 23 | 157 | 0 | 134 | 64 | 11 | 516 | 125 | 61 |
| Binary | 11101000 | 10011 | 1101111 | 0 | 1011100 | 110100 | 1001 | 101001110 | 1010101 | 110001 |
Color Harmonies of #E8136F
Complementary color
Monochromatic Colors of #E8136F
Black with #E8136F
Text Example
Text Example
White with #E8136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8136F; }
p { color: rgb(232,19,111); }
H1.HeaderClassName
{
color: #E8136F;
}
.AnyTagClassName
{
color: #E8136F;
}
</style>
background-color css
<style>
a { background-color: #E8136F; }
a { background-color: rgb(232,19,111); }
div.DivClassName
{
background-color: #E8136F;
}
.BgClassName
{
background-color: #E8136F;
}
</style>
border-color css
<style>
span { border-color: #E8136F; }
span { border-color: rgb(232,19,111); }
td.TdClassName
{
border-color: #E8136F;
}
.TagClassName
{
border-color: #E8136F;
}
</style>