Shades of Ruby #EC0972
Tints of Ruby #EC0972
RGB
CMYK
RGB Variations
Color information
#EC0972 (or 0xEC0972) is known color: Ruby. HEX triplet: EC, 09 and 72. RGB value is (236,9,114). Sum of RGB (Red+Green+Blue) = 236+9+114=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0972 is #13F68D. Grayscale: #585858. Windows color (decimal): -1308302 or 7473644. OLE color: 7473644.
HSL color Cylindrical-coordinate representation of color #EC0972: hue angle of 332.25º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0972 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.07 |
| HSL | 332.25º | 0.93% | 0.48% | - |
| HSV(B) | 332.25º | 0.96% | 0.93% | - |
| XYZ | 37.73 | 19.24 | 17.65 | - |
| YUV | 88.84 | 142.21 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 114 | 0 | 0.96 | 0.52 | 0.07 | 332.25 | 0.93 | 0.48 |
| Hex | EC | 9 | 72 | 0 | 60 | 34 | 7 | 14C | 5D | 30 |
| Octal | 354 | 11 | 162 | 0 | 140 | 64 | 7 | 514 | 135 | 60 |
| Binary | 11101100 | 1001 | 1110010 | 0 | 1100000 | 110100 | 111 | 101001100 | 1011101 | 110000 |
Color Harmonies of #EC0972
Complementary color
Monochromatic Colors of #EC0972
Black with #EC0972
Text Example
Text Example
White with #EC0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0972; }
p { color: rgb(236,9,114); }
H1.HeaderClassName
{
color: #EC0972;
}
.AnyTagClassName
{
color: #EC0972;
}
</style>
background-color css
<style>
a { background-color: #EC0972; }
a { background-color: rgb(236,9,114); }
div.DivClassName
{
background-color: #EC0972;
}
.BgClassName
{
background-color: #EC0972;
}
</style>
border-color css
<style>
span { border-color: #EC0972; }
span { border-color: rgb(236,9,114); }
td.TdClassName
{
border-color: #EC0972;
}
.TagClassName
{
border-color: #EC0972;
}
</style>