Shades of Ruby #EC1E61
Tints of Ruby #EC1E61
RGB
CMYK
RGB Variations
Color information
#EC1E61 (or 0xEC1E61) is known color: Ruby. HEX triplet: EC, 1E and 61. RGB value is (236,30,97). Sum of RGB (Red+Green+Blue) = 236+30+97=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1E61 is #13E19E. Grayscale: #636363. Windows color (decimal): -1302943 or 6364908. OLE color: 6364908.
HSL color Cylindrical-coordinate representation of color #EC1E61: hue angle of 340.49º 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 #EC1E61 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 97 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.07 |
| HSL | 340.49º | 0.84% | 0.52% | - |
| HSV(B) | 340.49º | 0.87% | 0.93% | - |
| XYZ | 37.21 | 19.62 | 13.14 | - |
| YUV | 99.23 | 126.75 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 97 | 0 | 0.87 | 0.59 | 0.07 | 340.49 | 0.84 | 0.52 |
| Hex | EC | 1E | 61 | 0 | 57 | 3B | 7 | 154 | 54 | 34 |
| Octal | 354 | 36 | 141 | 0 | 127 | 73 | 7 | 524 | 124 | 64 |
| Binary | 11101100 | 11110 | 1100001 | 0 | 1010111 | 111011 | 111 | 101010100 | 1010100 | 110100 |
Color Harmonies of #EC1E61
Complementary color
Monochromatic Colors of #EC1E61
Black with #EC1E61
Text Example
Text Example
White with #EC1E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E61; }
p { color: rgb(236,30,97); }
H1.HeaderClassName
{
color: #EC1E61;
}
.AnyTagClassName
{
color: #EC1E61;
}
</style>
background-color css
<style>
a { background-color: #EC1E61; }
a { background-color: rgb(236,30,97); }
div.DivClassName
{
background-color: #EC1E61;
}
.BgClassName
{
background-color: #EC1E61;
}
</style>
border-color css
<style>
span { border-color: #EC1E61; }
span { border-color: rgb(236,30,97); }
td.TdClassName
{
border-color: #EC1E61;
}
.TagClassName
{
border-color: #EC1E61;
}
</style>