Shades of Ruby #EC1574
Tints of Ruby #EC1574
RGB
CMYK
RGB Variations
Color information
#EC1574 (or 0xEC1574) is known color: Ruby. HEX triplet: EC, 15 and 74. RGB value is (236,21,116). Sum of RGB (Red+Green+Blue) = 236+21+116=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1574 is #13EA8B. Grayscale: #5F5F5F. Windows color (decimal): -1305228 or 7607788. OLE color: 7607788.
HSL color Cylindrical-coordinate representation of color #EC1574: hue angle of 333.49º 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 #EC1574 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.07 |
| HSL | 333.49º | 0.85% | 0.5% | - |
| HSV(B) | 333.49º | 0.91% | 0.93% | - |
| XYZ | 38.01 | 19.63 | 18.31 | - |
| YUV | 96.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 116 | 0 | 0.91 | 0.51 | 0.07 | 333.49 | 0.85 | 0.5 |
| Hex | EC | 15 | 74 | 0 | 5B | 33 | 7 | 14D | 55 | 32 |
| Octal | 354 | 25 | 164 | 0 | 133 | 63 | 7 | 515 | 125 | 62 |
| Binary | 11101100 | 10101 | 1110100 | 0 | 1011011 | 110011 | 111 | 101001101 | 1010101 | 110010 |
Color Harmonies of #EC1574
Complementary color
Monochromatic Colors of #EC1574
Black with #EC1574
Text Example
Text Example
White with #EC1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1574; }
p { color: rgb(236,21,116); }
H1.HeaderClassName
{
color: #EC1574;
}
.AnyTagClassName
{
color: #EC1574;
}
</style>
background-color css
<style>
a { background-color: #EC1574; }
a { background-color: rgb(236,21,116); }
div.DivClassName
{
background-color: #EC1574;
}
.BgClassName
{
background-color: #EC1574;
}
</style>
border-color css
<style>
span { border-color: #EC1574; }
span { border-color: rgb(236,21,116); }
td.TdClassName
{
border-color: #EC1574;
}
.TagClassName
{
border-color: #EC1574;
}
</style>