Shades of Ruby #EC1470
Tints of Ruby #EC1470
RGB
CMYK
RGB Variations
Color information
#EC1470 (or 0xEC1470) is known color: Ruby. HEX triplet: EC, 14 and 70. RGB value is (236,20,112). Sum of RGB (Red+Green+Blue) = 236+20+112=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1470 is #13EB8F. Grayscale: #5E5E5E. Windows color (decimal): -1305488 or 7345388. OLE color: 7345388.
HSL color Cylindrical-coordinate representation of color #EC1470: hue angle of 334.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1470 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 112 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.07 |
| HSL | 334.44º | 0.85% | 0.5% | - |
| HSV(B) | 334.44º | 0.92% | 0.93% | - |
| XYZ | 37.77 | 19.5 | 17.1 | - |
| YUV | 95.07 | 137.56 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 112 | 0 | 0.92 | 0.53 | 0.07 | 334.44 | 0.85 | 0.5 |
| Hex | EC | 14 | 70 | 0 | 5C | 35 | 7 | 14E | 55 | 32 |
| Octal | 354 | 24 | 160 | 0 | 134 | 65 | 7 | 516 | 125 | 62 |
| Binary | 11101100 | 10100 | 1110000 | 0 | 1011100 | 110101 | 111 | 101001110 | 1010101 | 110010 |
Color Harmonies of #EC1470
Complementary color
Monochromatic Colors of #EC1470
Black with #EC1470
Text Example
Text Example
White with #EC1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1470; }
p { color: rgb(236,20,112); }
H1.HeaderClassName
{
color: #EC1470;
}
.AnyTagClassName
{
color: #EC1470;
}
</style>
background-color css
<style>
a { background-color: #EC1470; }
a { background-color: rgb(236,20,112); }
div.DivClassName
{
background-color: #EC1470;
}
.BgClassName
{
background-color: #EC1470;
}
</style>
border-color css
<style>
span { border-color: #EC1470; }
span { border-color: rgb(236,20,112); }
td.TdClassName
{
border-color: #EC1470;
}
.TagClassName
{
border-color: #EC1470;
}
</style>