Shades of Ruby #EA185C
Tints of Ruby #EA185C
RGB
CMYK
RGB Variations
Color information
#EA185C (or 0xEA185C) is known color: Ruby. HEX triplet: EA, 18 and 5C. RGB value is (234,24,92). Sum of RGB (Red+Green+Blue) = 234+24+92=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA185C is #15E7A3. Grayscale: #5E5E5E. Windows color (decimal): -1435556 or 6035690. OLE color: 6035690.
HSL color Cylindrical-coordinate representation of color #EA185C: hue angle of 340.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA185C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.08 |
| HSL | 340.57º | 0.83% | 0.51% | - |
| HSV(B) | 340.57º | 0.9% | 0.92% | - |
| XYZ | 36.19 | 18.92 | 11.87 | - |
| YUV | 94.54 | 126.57 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 92 | 0 | 0.90 | 0.61 | 0.08 | 340.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 5C | 0 | 5A | 3D | 8 | 155 | 53 | 33 |
| Octal | 352 | 30 | 134 | 0 | 132 | 75 | 10 | 525 | 123 | 63 |
| Binary | 11101010 | 11000 | 1011100 | 0 | 1011010 | 111101 | 1000 | 101010101 | 1010011 | 110011 |
Color Harmonies of #EA185C
Complementary color
Monochromatic Colors of #EA185C
Black with #EA185C
Text Example
Text Example
White with #EA185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA185C; }
p { color: rgb(234,24,92); }
H1.HeaderClassName
{
color: #EA185C;
}
.AnyTagClassName
{
color: #EA185C;
}
</style>
background-color css
<style>
a { background-color: #EA185C; }
a { background-color: rgb(234,24,92); }
div.DivClassName
{
background-color: #EA185C;
}
.BgClassName
{
background-color: #EA185C;
}
</style>
border-color css
<style>
span { border-color: #EA185C; }
span { border-color: rgb(234,24,92); }
td.TdClassName
{
border-color: #EA185C;
}
.TagClassName
{
border-color: #EA185C;
}
</style>