Shades of Ruby #EC1570
Tints of Ruby #EC1570
RGB
CMYK
RGB Variations
Color information
#EC1570 (or 0xEC1570) is known color: Ruby. HEX triplet: EC, 15 and 70. RGB value is (236,21,112). Sum of RGB (Red+Green+Blue) = 236+21+112=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1570 is #13EA8F. Grayscale: #5F5F5F. Windows color (decimal): -1305232 or 7345644. OLE color: 7345644.
HSL color Cylindrical-coordinate representation of color #EC1570: hue angle of 334.6º 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 #EC1570 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.07 |
| HSL | 334.6º | 0.85% | 0.5% | - |
| HSV(B) | 334.6º | 0.91% | 0.93% | - |
| XYZ | 37.78 | 19.54 | 17.11 | - |
| YUV | 95.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 112 | 0 | 0.91 | 0.53 | 0.07 | 334.6 | 0.85 | 0.5 |
| Hex | EC | 15 | 70 | 0 | 5B | 35 | 7 | 14F | 55 | 32 |
| Octal | 354 | 25 | 160 | 0 | 133 | 65 | 7 | 517 | 125 | 62 |
| Binary | 11101100 | 10101 | 1110000 | 0 | 1011011 | 110101 | 111 | 101001111 | 1010101 | 110010 |
Color Harmonies of #EC1570
Complementary color
Monochromatic Colors of #EC1570
Black with #EC1570
Text Example
Text Example
White with #EC1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1570; }
p { color: rgb(236,21,112); }
H1.HeaderClassName
{
color: #EC1570;
}
.AnyTagClassName
{
color: #EC1570;
}
</style>
background-color css
<style>
a { background-color: #EC1570; }
a { background-color: rgb(236,21,112); }
div.DivClassName
{
background-color: #EC1570;
}
.BgClassName
{
background-color: #EC1570;
}
</style>
border-color css
<style>
span { border-color: #EC1570; }
span { border-color: rgb(236,21,112); }
td.TdClassName
{
border-color: #EC1570;
}
.TagClassName
{
border-color: #EC1570;
}
</style>