Shades of Ruby #E6185A
Tints of Ruby #E6185A
RGB
CMYK
RGB Variations
Color information
#E6185A (or 0xE6185A) is known color: Ruby. HEX triplet: E6, 18 and 5A. RGB value is (230,24,90). Sum of RGB (Red+Green+Blue) = 230+24+90=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6185A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6185A is #19E7A5. Grayscale: #5D5D5D. Windows color (decimal): -1697702 or 5904614. OLE color: 5904614.
HSL color Cylindrical-coordinate representation of color #E6185A: hue angle of 340.78º 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 #E6185A is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 90 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.10 |
| HSL | 340.78º | 0.81% | 0.5% | - |
| HSV(B) | 340.78º | 0.9% | 0.9% | - |
| XYZ | 34.81 | 18.21 | 11.35 | - |
| YUV | 93.12 | 126.25 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 90 | 0 | 0.90 | 0.61 | 0.10 | 340.78 | 0.81 | 0.5 |
| Hex | E6 | 18 | 5A | 0 | 5A | 3D | A | 155 | 51 | 32 |
| Octal | 346 | 30 | 132 | 0 | 132 | 75 | 12 | 525 | 121 | 62 |
| Binary | 11100110 | 11000 | 1011010 | 0 | 1011010 | 111101 | 1010 | 101010101 | 1010001 | 110010 |
Color Harmonies of #E6185A
Complementary color
Monochromatic Colors of #E6185A
Black with #E6185A
Text Example
Text Example
White with #E6185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6185A; }
p { color: rgb(230,24,90); }
H1.HeaderClassName
{
color: #E6185A;
}
.AnyTagClassName
{
color: #E6185A;
}
</style>
background-color css
<style>
a { background-color: #E6185A; }
a { background-color: rgb(230,24,90); }
div.DivClassName
{
background-color: #E6185A;
}
.BgClassName
{
background-color: #E6185A;
}
</style>
border-color css
<style>
span { border-color: #E6185A; }
span { border-color: rgb(230,24,90); }
td.TdClassName
{
border-color: #E6185A;
}
.TagClassName
{
border-color: #E6185A;
}
</style>