Shades of Ruby #EC185A
Tints of Ruby #EC185A
RGB
CMYK
RGB Variations
Color information
#EC185A (or 0xEC185A) is known color: Ruby. HEX triplet: EC, 18 and 5A. RGB value is (236,24,90). Sum of RGB (Red+Green+Blue) = 236+24+90=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC185A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC185A is #13E7A5. Grayscale: #5E5E5E. Windows color (decimal): -1304486 or 5904620. OLE color: 5904620.
HSL color Cylindrical-coordinate representation of color #EC185A: hue angle of 341.32º 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 #EC185A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 90 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.07 |
| HSL | 341.32º | 0.85% | 0.51% | - |
| HSV(B) | 341.32º | 0.9% | 0.93% | - |
| XYZ | 36.76 | 19.22 | 11.45 | - |
| YUV | 94.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 90 | 0 | 0.90 | 0.62 | 0.07 | 341.32 | 0.85 | 0.51 |
| Hex | EC | 18 | 5A | 0 | 5A | 3E | 7 | 155 | 55 | 33 |
| Octal | 354 | 30 | 132 | 0 | 132 | 76 | 7 | 525 | 125 | 63 |
| Binary | 11101100 | 11000 | 1011010 | 0 | 1011010 | 111110 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #EC185A
Complementary color
Monochromatic Colors of #EC185A
Black with #EC185A
Text Example
Text Example
White with #EC185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC185A; }
p { color: rgb(236,24,90); }
H1.HeaderClassName
{
color: #EC185A;
}
.AnyTagClassName
{
color: #EC185A;
}
</style>
background-color css
<style>
a { background-color: #EC185A; }
a { background-color: rgb(236,24,90); }
div.DivClassName
{
background-color: #EC185A;
}
.BgClassName
{
background-color: #EC185A;
}
</style>
border-color css
<style>
span { border-color: #EC185A; }
span { border-color: rgb(236,24,90); }
td.TdClassName
{
border-color: #EC185A;
}
.TagClassName
{
border-color: #EC185A;
}
</style>