Shades of Ruby #E6185E
Tints of Ruby #E6185E
RGB
CMYK
RGB Variations
Color information
#E6185E (or 0xE6185E) is known color: Ruby. HEX triplet: E6, 18 and 5E. RGB value is (230,24,94). Sum of RGB (Red+Green+Blue) = 230+24+94=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6185E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6185E is #19E7A1. Grayscale: #5D5D5D. Windows color (decimal): -1697698 or 6166758. OLE color: 6166758.
HSL color Cylindrical-coordinate representation of color #E6185E: hue angle of 339.61º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6185E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 94 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.10 |
| HSL | 339.61º | 0.81% | 0.5% | - |
| HSV(B) | 339.61º | 0.9% | 0.9% | - |
| XYZ | 34.98 | 18.28 | 12.28 | - |
| YUV | 93.57 | 128.25 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 94 | 0 | 0.90 | 0.59 | 0.10 | 339.61 | 0.81 | 0.5 |
| Hex | E6 | 18 | 5E | 0 | 5A | 3B | A | 154 | 51 | 32 |
| Octal | 346 | 30 | 136 | 0 | 132 | 73 | 12 | 524 | 121 | 62 |
| Binary | 11100110 | 11000 | 1011110 | 0 | 1011010 | 111011 | 1010 | 101010100 | 1010001 | 110010 |
Color Harmonies of #E6185E
Complementary color
Monochromatic Colors of #E6185E
Black with #E6185E
Text Example
Text Example
White with #E6185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6185E; }
p { color: rgb(230,24,94); }
H1.HeaderClassName
{
color: #E6185E;
}
.AnyTagClassName
{
color: #E6185E;
}
</style>
background-color css
<style>
a { background-color: #E6185E; }
a { background-color: rgb(230,24,94); }
div.DivClassName
{
background-color: #E6185E;
}
.BgClassName
{
background-color: #E6185E;
}
</style>
border-color css
<style>
span { border-color: #E6185E; }
span { border-color: rgb(230,24,94); }
td.TdClassName
{
border-color: #E6185E;
}
.TagClassName
{
border-color: #E6185E;
}
</style>