Shades of Ruby #EC0F70
Tints of Ruby #EC0F70
RGB
CMYK
RGB Variations
Color information
#EC0F70 (or 0xEC0F70) is known color: Ruby. HEX triplet: EC, 0F and 70. RGB value is (236,15,112). Sum of RGB (Red+Green+Blue) = 236+15+112=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F70 is #13F08F. Grayscale: #5B5B5B. Windows color (decimal): -1306768 or 7344108. OLE color: 7344108.
HSL color Cylindrical-coordinate representation of color #EC0F70: hue angle of 333.67º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F70 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 112 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.07 |
| HSL | 333.67º | 0.88% | 0.49% | - |
| HSV(B) | 333.67º | 0.94% | 0.93% | - |
| XYZ | 37.69 | 19.34 | 17.08 | - |
| YUV | 92.14 | 139.22 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 112 | 0 | 0.94 | 0.53 | 0.07 | 333.67 | 0.88 | 0.49 |
| Hex | EC | F | 70 | 0 | 5E | 35 | 7 | 14E | 58 | 31 |
| Octal | 354 | 17 | 160 | 0 | 136 | 65 | 7 | 516 | 130 | 61 |
| Binary | 11101100 | 1111 | 1110000 | 0 | 1011110 | 110101 | 111 | 101001110 | 1011000 | 110001 |
Color Harmonies of #EC0F70
Complementary color
Monochromatic Colors of #EC0F70
Black with #EC0F70
Text Example
Text Example
White with #EC0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F70; }
p { color: rgb(236,15,112); }
H1.HeaderClassName
{
color: #EC0F70;
}
.AnyTagClassName
{
color: #EC0F70;
}
</style>
background-color css
<style>
a { background-color: #EC0F70; }
a { background-color: rgb(236,15,112); }
div.DivClassName
{
background-color: #EC0F70;
}
.BgClassName
{
background-color: #EC0F70;
}
</style>
border-color css
<style>
span { border-color: #EC0F70; }
span { border-color: rgb(236,15,112); }
td.TdClassName
{
border-color: #EC0F70;
}
.TagClassName
{
border-color: #EC0F70;
}
</style>