Shades of Ruby #EC0874
Tints of Ruby #EC0874
RGB
CMYK
RGB Variations
Color information
#EC0874 (or 0xEC0874) is known color: Ruby. HEX triplet: EC, 08 and 74. RGB value is (236,8,116). Sum of RGB (Red+Green+Blue) = 236+8+116=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0874 is #13F78B. Grayscale: #585858. Windows color (decimal): -1308556 or 7604460. OLE color: 7604460.
HSL color Cylindrical-coordinate representation of color #EC0874: hue angle of 331.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0874 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 116 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.07 |
| HSL | 331.58º | 0.93% | 0.48% | - |
| HSV(B) | 331.58º | 0.97% | 0.93% | - |
| XYZ | 37.83 | 19.27 | 18.25 | - |
| YUV | 88.48 | 143.54 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 116 | 0 | 0.97 | 0.51 | 0.07 | 331.58 | 0.93 | 0.48 |
| Hex | EC | 8 | 74 | 0 | 61 | 33 | 7 | 14C | 5D | 30 |
| Octal | 354 | 10 | 164 | 0 | 141 | 63 | 7 | 514 | 135 | 60 |
| Binary | 11101100 | 1000 | 1110100 | 0 | 1100001 | 110011 | 111 | 101001100 | 1011101 | 110000 |
Color Harmonies of #EC0874
Complementary color
Monochromatic Colors of #EC0874
Black with #EC0874
Text Example
Text Example
White with #EC0874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0874; }
p { color: rgb(236,8,116); }
H1.HeaderClassName
{
color: #EC0874;
}
.AnyTagClassName
{
color: #EC0874;
}
</style>
background-color css
<style>
a { background-color: #EC0874; }
a { background-color: rgb(236,8,116); }
div.DivClassName
{
background-color: #EC0874;
}
.BgClassName
{
background-color: #EC0874;
}
</style>
border-color css
<style>
span { border-color: #EC0874; }
span { border-color: rgb(236,8,116); }
td.TdClassName
{
border-color: #EC0874;
}
.TagClassName
{
border-color: #EC0874;
}
</style>