Shades of Ruby #EC1561
Tints of Ruby #EC1561
RGB
CMYK
RGB Variations
Color information
#EC1561 (or 0xEC1561) is known color: Ruby. HEX triplet: EC, 15 and 61. RGB value is (236,21,97). Sum of RGB (Red+Green+Blue) = 236+21+97=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1561 is #13EA9E. Grayscale: #5D5D5D. Windows color (decimal): -1305247 or 6362604. OLE color: 6362604.
HSL color Cylindrical-coordinate representation of color #EC1561: hue angle of 338.79º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1561 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 97 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.07 |
| HSL | 338.79º | 0.85% | 0.5% | - |
| HSV(B) | 338.79º | 0.91% | 0.93% | - |
| XYZ | 37.02 | 19.23 | 13.07 | - |
| YUV | 93.95 | 129.73 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 97 | 0 | 0.91 | 0.59 | 0.07 | 338.79 | 0.85 | 0.5 |
| Hex | EC | 15 | 61 | 0 | 5B | 3B | 7 | 153 | 55 | 32 |
| Octal | 354 | 25 | 141 | 0 | 133 | 73 | 7 | 523 | 125 | 62 |
| Binary | 11101100 | 10101 | 1100001 | 0 | 1011011 | 111011 | 111 | 101010011 | 1010101 | 110010 |
Color Harmonies of #EC1561
Complementary color
Monochromatic Colors of #EC1561
Black with #EC1561
Text Example
Text Example
White with #EC1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1561; }
p { color: rgb(236,21,97); }
H1.HeaderClassName
{
color: #EC1561;
}
.AnyTagClassName
{
color: #EC1561;
}
</style>
background-color css
<style>
a { background-color: #EC1561; }
a { background-color: rgb(236,21,97); }
div.DivClassName
{
background-color: #EC1561;
}
.BgClassName
{
background-color: #EC1561;
}
</style>
border-color css
<style>
span { border-color: #EC1561; }
span { border-color: rgb(236,21,97); }
td.TdClassName
{
border-color: #EC1561;
}
.TagClassName
{
border-color: #EC1561;
}
</style>