Shades of Ruby #EC1F6D
Tints of Ruby #EC1F6D
RGB
CMYK
RGB Variations
Color information
#EC1F6D (or 0xEC1F6D) is known color: Ruby. HEX triplet: EC, 1F and 6D. RGB value is (236,31,109). Sum of RGB (Red+Green+Blue) = 236+31+109=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F6D is #13E092. Grayscale: #656565. Windows color (decimal): -1302675 or 7151596. OLE color: 7151596.
HSL color Cylindrical-coordinate representation of color #EC1F6D: hue angle of 337.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1F6D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 109 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.07 |
| HSL | 337.17º | 0.84% | 0.52% | - |
| HSV(B) | 337.17º | 0.87% | 0.93% | - |
| XYZ | 37.84 | 19.92 | 16.32 | - |
| YUV | 101.19 | 132.42 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 109 | 0 | 0.87 | 0.54 | 0.07 | 337.17 | 0.84 | 0.52 |
| Hex | EC | 1F | 6D | 0 | 57 | 36 | 7 | 151 | 54 | 34 |
| Octal | 354 | 37 | 155 | 0 | 127 | 66 | 7 | 521 | 124 | 64 |
| Binary | 11101100 | 11111 | 1101101 | 0 | 1010111 | 110110 | 111 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EC1F6D
Complementary color
Monochromatic Colors of #EC1F6D
Black with #EC1F6D
Text Example
Text Example
White with #EC1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F6D; }
p { color: rgb(236,31,109); }
H1.HeaderClassName
{
color: #EC1F6D;
}
.AnyTagClassName
{
color: #EC1F6D;
}
</style>
background-color css
<style>
a { background-color: #EC1F6D; }
a { background-color: rgb(236,31,109); }
div.DivClassName
{
background-color: #EC1F6D;
}
.BgClassName
{
background-color: #EC1F6D;
}
</style>
border-color css
<style>
span { border-color: #EC1F6D; }
span { border-color: rgb(236,31,109); }
td.TdClassName
{
border-color: #EC1F6D;
}
.TagClassName
{
border-color: #EC1F6D;
}
</style>