Shades of Ruby #EC1271
Tints of Ruby #EC1271
RGB
CMYK
RGB Variations
Color information
#EC1271 (or 0xEC1271) is known color: Ruby. HEX triplet: EC, 12 and 71. RGB value is (236,18,113). Sum of RGB (Red+Green+Blue) = 236+18+113=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1271 is #13ED8E. Grayscale: #5D5D5D. Windows color (decimal): -1305999 or 7410412. OLE color: 7410412.
HSL color Cylindrical-coordinate representation of color #EC1271: hue angle of 333.85º degrees, saturation: 0.86, 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 #EC1271 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 113 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.07 |
| HSL | 333.85º | 0.86% | 0.5% | - |
| HSV(B) | 333.85º | 0.92% | 0.93% | - |
| XYZ | 37.79 | 19.46 | 17.39 | - |
| YUV | 94.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 113 | 0 | 0.92 | 0.52 | 0.07 | 333.85 | 0.86 | 0.5 |
| Hex | EC | 12 | 71 | 0 | 5C | 34 | 7 | 14E | 56 | 32 |
| Octal | 354 | 22 | 161 | 0 | 134 | 64 | 7 | 516 | 126 | 62 |
| Binary | 11101100 | 10010 | 1110001 | 0 | 1011100 | 110100 | 111 | 101001110 | 1010110 | 110010 |
Color Harmonies of #EC1271
Complementary color
Monochromatic Colors of #EC1271
Black with #EC1271
Text Example
Text Example
White with #EC1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1271; }
p { color: rgb(236,18,113); }
H1.HeaderClassName
{
color: #EC1271;
}
.AnyTagClassName
{
color: #EC1271;
}
</style>
background-color css
<style>
a { background-color: #EC1271; }
a { background-color: rgb(236,18,113); }
div.DivClassName
{
background-color: #EC1271;
}
.BgClassName
{
background-color: #EC1271;
}
</style>
border-color css
<style>
span { border-color: #EC1271; }
span { border-color: rgb(236,18,113); }
td.TdClassName
{
border-color: #EC1271;
}
.TagClassName
{
border-color: #EC1271;
}
</style>