Shades of Ruby #E6185B
Tints of Ruby #E6185B
RGB
CMYK
RGB Variations
Color information
#E6185B (or 0xE6185B) is known color: Ruby. HEX triplet: E6, 18 and 5B. RGB value is (230,24,91). Sum of RGB (Red+Green+Blue) = 230+24+91=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6185B is #19E7A4. Grayscale: #5D5D5D. Windows color (decimal): -1697701 or 5970150. OLE color: 5970150.
HSL color Cylindrical-coordinate representation of color #E6185B: hue angle of 340.49º 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 #E6185B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 91 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.10 |
| HSL | 340.49º | 0.81% | 0.5% | - |
| HSV(B) | 340.49º | 0.9% | 0.9% | - |
| XYZ | 34.85 | 18.23 | 11.58 | - |
| YUV | 93.23 | 126.75 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 91 | 0 | 0.90 | 0.60 | 0.10 | 340.49 | 0.81 | 0.5 |
| Hex | E6 | 18 | 5B | 0 | 5A | 3C | A | 154 | 51 | 32 |
| Octal | 346 | 30 | 133 | 0 | 132 | 74 | 12 | 524 | 121 | 62 |
| Binary | 11100110 | 11000 | 1011011 | 0 | 1011010 | 111100 | 1010 | 101010100 | 1010001 | 110010 |
Color Harmonies of #E6185B
Complementary color
Monochromatic Colors of #E6185B
Black with #E6185B
Text Example
Text Example
White with #E6185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6185B; }
p { color: rgb(230,24,91); }
H1.HeaderClassName
{
color: #E6185B;
}
.AnyTagClassName
{
color: #E6185B;
}
</style>
background-color css
<style>
a { background-color: #E6185B; }
a { background-color: rgb(230,24,91); }
div.DivClassName
{
background-color: #E6185B;
}
.BgClassName
{
background-color: #E6185B;
}
</style>
border-color css
<style>
span { border-color: #E6185B; }
span { border-color: rgb(230,24,91); }
td.TdClassName
{
border-color: #E6185B;
}
.TagClassName
{
border-color: #E6185B;
}
</style>