Shades of Ruby #EC1F61
Tints of Ruby #EC1F61
RGB
CMYK
RGB Variations
Color information
#EC1F61 (or 0xEC1F61) is known color: Ruby. HEX triplet: EC, 1F and 61. RGB value is (236,31,97). Sum of RGB (Red+Green+Blue) = 236+31+97=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F61 is #13E09E. Grayscale: #636363. Windows color (decimal): -1302687 or 6365164. OLE color: 6365164.
HSL color Cylindrical-coordinate representation of color #EC1F61: hue angle of 340.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1F61 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 97 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.07 |
| HSL | 340.68º | 0.84% | 0.52% | - |
| HSV(B) | 340.68º | 0.87% | 0.93% | - |
| XYZ | 37.24 | 19.68 | 13.14 | - |
| YUV | 99.82 | 126.42 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 97 | 0 | 0.87 | 0.59 | 0.07 | 340.68 | 0.84 | 0.52 |
| Hex | EC | 1F | 61 | 0 | 57 | 3B | 7 | 155 | 54 | 34 |
| Octal | 354 | 37 | 141 | 0 | 127 | 73 | 7 | 525 | 124 | 64 |
| Binary | 11101100 | 11111 | 1100001 | 0 | 1010111 | 111011 | 111 | 101010101 | 1010100 | 110100 |
Color Harmonies of #EC1F61
Complementary color
Monochromatic Colors of #EC1F61
Black with #EC1F61
Text Example
Text Example
White with #EC1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F61; }
p { color: rgb(236,31,97); }
H1.HeaderClassName
{
color: #EC1F61;
}
.AnyTagClassName
{
color: #EC1F61;
}
</style>
background-color css
<style>
a { background-color: #EC1F61; }
a { background-color: rgb(236,31,97); }
div.DivClassName
{
background-color: #EC1F61;
}
.BgClassName
{
background-color: #EC1F61;
}
</style>
border-color css
<style>
span { border-color: #EC1F61; }
span { border-color: rgb(236,31,97); }
td.TdClassName
{
border-color: #EC1F61;
}
.TagClassName
{
border-color: #EC1F61;
}
</style>