Shades of Ruby #EC1F6F
Tints of Ruby #EC1F6F
RGB
CMYK
RGB Variations
Color information
#EC1F6F (or 0xEC1F6F) is known color: Ruby. HEX triplet: EC, 1F and 6F. RGB value is (236,31,111). Sum of RGB (Red+Green+Blue) = 236+31+111=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F6F is #13E090. Grayscale: #656565. Windows color (decimal): -1302673 or 7282668. OLE color: 7282668.
HSL color Cylindrical-coordinate representation of color #EC1F6F: hue angle of 336.59º 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 #EC1F6F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 111 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.07 |
| HSL | 336.59º | 0.84% | 0.52% | - |
| HSV(B) | 336.59º | 0.87% | 0.93% | - |
| XYZ | 37.95 | 19.96 | 16.89 | - |
| YUV | 101.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 111 | 0 | 0.87 | 0.53 | 0.07 | 336.59 | 0.84 | 0.52 |
| Hex | EC | 1F | 6F | 0 | 57 | 35 | 7 | 151 | 54 | 34 |
| Octal | 354 | 37 | 157 | 0 | 127 | 65 | 7 | 521 | 124 | 64 |
| Binary | 11101100 | 11111 | 1101111 | 0 | 1010111 | 110101 | 111 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EC1F6F
Complementary color
Monochromatic Colors of #EC1F6F
Black with #EC1F6F
Text Example
Text Example
White with #EC1F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F6F; }
p { color: rgb(236,31,111); }
H1.HeaderClassName
{
color: #EC1F6F;
}
.AnyTagClassName
{
color: #EC1F6F;
}
</style>
background-color css
<style>
a { background-color: #EC1F6F; }
a { background-color: rgb(236,31,111); }
div.DivClassName
{
background-color: #EC1F6F;
}
.BgClassName
{
background-color: #EC1F6F;
}
</style>
border-color css
<style>
span { border-color: #EC1F6F; }
span { border-color: rgb(236,31,111); }
td.TdClassName
{
border-color: #EC1F6F;
}
.TagClassName
{
border-color: #EC1F6F;
}
</style>