Shades of Ruby #EC155E
Tints of Ruby #EC155E
RGB
CMYK
RGB Variations
Color information
#EC155E (or 0xEC155E) is known color: Ruby. HEX triplet: EC, 15 and 5E. RGB value is (236,21,94). Sum of RGB (Red+Green+Blue) = 236+21+94=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC155E is #13EAA1. Grayscale: #5D5D5D. Windows color (decimal): -1305250 or 6165996. OLE color: 6165996.
HSL color Cylindrical-coordinate representation of color #EC155E: hue angle of 339.63º 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 #EC155E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 94 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.07 |
| HSL | 339.63º | 0.85% | 0.5% | - |
| HSV(B) | 339.63º | 0.91% | 0.93% | - |
| XYZ | 36.88 | 19.18 | 12.35 | - |
| YUV | 93.61 | 128.23 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 94 | 0 | 0.91 | 0.60 | 0.07 | 339.63 | 0.85 | 0.5 |
| Hex | EC | 15 | 5E | 0 | 5B | 3C | 7 | 154 | 55 | 32 |
| Octal | 354 | 25 | 136 | 0 | 133 | 74 | 7 | 524 | 125 | 62 |
| Binary | 11101100 | 10101 | 1011110 | 0 | 1011011 | 111100 | 111 | 101010100 | 1010101 | 110010 |
Color Harmonies of #EC155E
Complementary color
Monochromatic Colors of #EC155E
Black with #EC155E
Text Example
Text Example
White with #EC155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC155E; }
p { color: rgb(236,21,94); }
H1.HeaderClassName
{
color: #EC155E;
}
.AnyTagClassName
{
color: #EC155E;
}
</style>
background-color css
<style>
a { background-color: #EC155E; }
a { background-color: rgb(236,21,94); }
div.DivClassName
{
background-color: #EC155E;
}
.BgClassName
{
background-color: #EC155E;
}
</style>
border-color css
<style>
span { border-color: #EC155E; }
span { border-color: rgb(236,21,94); }
td.TdClassName
{
border-color: #EC155E;
}
.TagClassName
{
border-color: #EC155E;
}
</style>