Shades of Ruby #EC145D
Tints of Ruby #EC145D
RGB
CMYK
RGB Variations
Color information
#EC145D (or 0xEC145D) is known color: Ruby. HEX triplet: EC, 14 and 5D. RGB value is (236,20,93). Sum of RGB (Red+Green+Blue) = 236+20+93=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC145D is #13EBA2. Grayscale: #5C5C5C. Windows color (decimal): -1305507 or 6100204. OLE color: 6100204.
HSL color Cylindrical-coordinate representation of color #EC145D: hue angle of 339.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC145D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.07 |
| HSL | 339.72º | 0.85% | 0.5% | - |
| HSV(B) | 339.72º | 0.92% | 0.93% | - |
| XYZ | 36.82 | 19.12 | 12.11 | - |
| YUV | 92.91 | 128.06 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 93 | 0 | 0.92 | 0.61 | 0.07 | 339.72 | 0.85 | 0.5 |
| Hex | EC | 14 | 5D | 0 | 5C | 3D | 7 | 154 | 55 | 32 |
| Octal | 354 | 24 | 135 | 0 | 134 | 75 | 7 | 524 | 125 | 62 |
| Binary | 11101100 | 10100 | 1011101 | 0 | 1011100 | 111101 | 111 | 101010100 | 1010101 | 110010 |
Color Harmonies of #EC145D
Complementary color
Monochromatic Colors of #EC145D
Black with #EC145D
Text Example
Text Example
White with #EC145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC145D; }
p { color: rgb(236,20,93); }
H1.HeaderClassName
{
color: #EC145D;
}
.AnyTagClassName
{
color: #EC145D;
}
</style>
background-color css
<style>
a { background-color: #EC145D; }
a { background-color: rgb(236,20,93); }
div.DivClassName
{
background-color: #EC145D;
}
.BgClassName
{
background-color: #EC145D;
}
</style>
border-color css
<style>
span { border-color: #EC145D; }
span { border-color: rgb(236,20,93); }
td.TdClassName
{
border-color: #EC145D;
}
.TagClassName
{
border-color: #EC145D;
}
</style>