Shades of Ruby #EC1577
Tints of Ruby #EC1577
RGB
CMYK
RGB Variations
Color information
#EC1577 (or 0xEC1577) is known color: Ruby. HEX triplet: EC, 15 and 77. RGB value is (236,21,119). Sum of RGB (Red+Green+Blue) = 236+21+119=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1577 is #13EA88. Grayscale: #606060. Windows color (decimal): -1305225 or 7804396. OLE color: 7804396.
HSL color Cylindrical-coordinate representation of color #EC1577: hue angle of 332.65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1577 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.07 |
| HSL | 332.65º | 0.85% | 0.5% | - |
| HSV(B) | 332.65º | 0.91% | 0.93% | - |
| XYZ | 38.19 | 19.7 | 19.24 | - |
| YUV | 96.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 119 | 0 | 0.91 | 0.50 | 0.07 | 332.65 | 0.85 | 0.5 |
| Hex | EC | 15 | 77 | 0 | 5B | 32 | 7 | 14D | 55 | 32 |
| Octal | 354 | 25 | 167 | 0 | 133 | 62 | 7 | 515 | 125 | 62 |
| Binary | 11101100 | 10101 | 1110111 | 0 | 1011011 | 110010 | 111 | 101001101 | 1010101 | 110010 |
Color Harmonies of #EC1577
Complementary color
Monochromatic Colors of #EC1577
Black with #EC1577
Text Example
Text Example
White with #EC1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1577; }
p { color: rgb(236,21,119); }
H1.HeaderClassName
{
color: #EC1577;
}
.AnyTagClassName
{
color: #EC1577;
}
</style>
background-color css
<style>
a { background-color: #EC1577; }
a { background-color: rgb(236,21,119); }
div.DivClassName
{
background-color: #EC1577;
}
.BgClassName
{
background-color: #EC1577;
}
</style>
border-color css
<style>
span { border-color: #EC1577; }
span { border-color: rgb(236,21,119); }
td.TdClassName
{
border-color: #EC1577;
}
.TagClassName
{
border-color: #EC1577;
}
</style>