Shades of Ruby #EC1262
Tints of Ruby #EC1262
RGB
CMYK
RGB Variations
Color information
#EC1262 (or 0xEC1262) is known color: Ruby. HEX triplet: EC, 12 and 62. RGB value is (236,18,98). Sum of RGB (Red+Green+Blue) = 236+18+98=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1262 is #13ED9D. Grayscale: #5C5C5C. Windows color (decimal): -1306014 or 6427372. OLE color: 6427372.
HSL color Cylindrical-coordinate representation of color #EC1262: hue angle of 337.98º 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 #EC1262 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 98 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.07 |
| HSL | 337.98º | 0.86% | 0.5% | - |
| HSV(B) | 337.98º | 0.92% | 0.93% | - |
| XYZ | 37.01 | 19.15 | 13.3 | - |
| YUV | 92.3 | 131.22 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 98 | 0 | 0.92 | 0.58 | 0.07 | 337.98 | 0.86 | 0.5 |
| Hex | EC | 12 | 62 | 0 | 5C | 3A | 7 | 152 | 56 | 32 |
| Octal | 354 | 22 | 142 | 0 | 134 | 72 | 7 | 522 | 126 | 62 |
| Binary | 11101100 | 10010 | 1100010 | 0 | 1011100 | 111010 | 111 | 101010010 | 1010110 | 110010 |
Color Harmonies of #EC1262
Complementary color
Monochromatic Colors of #EC1262
Black with #EC1262
Text Example
Text Example
White with #EC1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1262; }
p { color: rgb(236,18,98); }
H1.HeaderClassName
{
color: #EC1262;
}
.AnyTagClassName
{
color: #EC1262;
}
</style>
background-color css
<style>
a { background-color: #EC1262; }
a { background-color: rgb(236,18,98); }
div.DivClassName
{
background-color: #EC1262;
}
.BgClassName
{
background-color: #EC1262;
}
</style>
border-color css
<style>
span { border-color: #EC1262; }
span { border-color: rgb(236,18,98); }
td.TdClassName
{
border-color: #EC1262;
}
.TagClassName
{
border-color: #EC1262;
}
</style>