Shades of Ruby #EC185C
Tints of Ruby #EC185C
RGB
CMYK
RGB Variations
Color information
#EC185C (or 0xEC185C) is known color: Ruby. HEX triplet: EC, 18 and 5C. RGB value is (236,24,92). Sum of RGB (Red+Green+Blue) = 236+24+92=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC185C is #13E7A3. Grayscale: #5F5F5F. Windows color (decimal): -1304484 or 6035692. OLE color: 6035692.
HSL color Cylindrical-coordinate representation of color #EC185C: hue angle of 340.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC185C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.07 |
| HSL | 340.75º | 0.85% | 0.51% | - |
| HSV(B) | 340.75º | 0.9% | 0.93% | - |
| XYZ | 36.85 | 19.26 | 11.9 | - |
| YUV | 95.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 92 | 0 | 0.90 | 0.61 | 0.07 | 340.75 | 0.85 | 0.51 |
| Hex | EC | 18 | 5C | 0 | 5A | 3D | 7 | 155 | 55 | 33 |
| Octal | 354 | 30 | 134 | 0 | 132 | 75 | 7 | 525 | 125 | 63 |
| Binary | 11101100 | 11000 | 1011100 | 0 | 1011010 | 111101 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #EC185C
Complementary color
Monochromatic Colors of #EC185C
Black with #EC185C
Text Example
Text Example
White with #EC185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC185C; }
p { color: rgb(236,24,92); }
H1.HeaderClassName
{
color: #EC185C;
}
.AnyTagClassName
{
color: #EC185C;
}
</style>
background-color css
<style>
a { background-color: #EC185C; }
a { background-color: rgb(236,24,92); }
div.DivClassName
{
background-color: #EC185C;
}
.BgClassName
{
background-color: #EC185C;
}
</style>
border-color css
<style>
span { border-color: #EC185C; }
span { border-color: rgb(236,24,92); }
td.TdClassName
{
border-color: #EC185C;
}
.TagClassName
{
border-color: #EC185C;
}
</style>