Shades of Ruby #EC1F60
Tints of Ruby #EC1F60
RGB
CMYK
RGB Variations
Color information
#EC1F60 (or 0xEC1F60) is known color: Ruby. HEX triplet: EC, 1F and 60. RGB value is (236,31,96). Sum of RGB (Red+Green+Blue) = 236+31+96=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F60 is #13E09F. Grayscale: #636363. Windows color (decimal): -1302688 or 6299628. OLE color: 6299628.
HSL color Cylindrical-coordinate representation of color #EC1F60: hue angle of 340.98º 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 #EC1F60 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 96 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.07 |
| HSL | 340.98º | 0.84% | 0.52% | - |
| HSV(B) | 340.98º | 0.87% | 0.93% | - |
| XYZ | 37.19 | 19.66 | 12.9 | - |
| YUV | 99.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 96 | 0 | 0.87 | 0.59 | 0.07 | 340.98 | 0.84 | 0.52 |
| Hex | EC | 1F | 60 | 0 | 57 | 3B | 7 | 155 | 54 | 34 |
| Octal | 354 | 37 | 140 | 0 | 127 | 73 | 7 | 525 | 124 | 64 |
| Binary | 11101100 | 11111 | 1100000 | 0 | 1010111 | 111011 | 111 | 101010101 | 1010100 | 110100 |
Color Harmonies of #EC1F60
Complementary color
Monochromatic Colors of #EC1F60
Black with #EC1F60
Text Example
Text Example
White with #EC1F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F60; }
p { color: rgb(236,31,96); }
H1.HeaderClassName
{
color: #EC1F60;
}
.AnyTagClassName
{
color: #EC1F60;
}
</style>
background-color css
<style>
a { background-color: #EC1F60; }
a { background-color: rgb(236,31,96); }
div.DivClassName
{
background-color: #EC1F60;
}
.BgClassName
{
background-color: #EC1F60;
}
</style>
border-color css
<style>
span { border-color: #EC1F60; }
span { border-color: rgb(236,31,96); }
td.TdClassName
{
border-color: #EC1F60;
}
.TagClassName
{
border-color: #EC1F60;
}
</style>