Shades of Ruby #EC1F6E
Tints of Ruby #EC1F6E
RGB
CMYK
RGB Variations
Color information
#EC1F6E (or 0xEC1F6E) is known color: Ruby. HEX triplet: EC, 1F and 6E. RGB value is (236,31,110). Sum of RGB (Red+Green+Blue) = 236+31+110=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F6E is #13E091. Grayscale: #656565. Windows color (decimal): -1302674 or 7217132. OLE color: 7217132.
HSL color Cylindrical-coordinate representation of color #EC1F6E: hue angle of 336.88º 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 #EC1F6E is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 110 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.07 |
| HSL | 336.88º | 0.84% | 0.52% | - |
| HSV(B) | 336.88º | 0.87% | 0.93% | - |
| XYZ | 37.9 | 19.94 | 16.6 | - |
| YUV | 101.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 110 | 0 | 0.87 | 0.53 | 0.07 | 336.88 | 0.84 | 0.52 |
| Hex | EC | 1F | 6E | 0 | 57 | 35 | 7 | 151 | 54 | 34 |
| Octal | 354 | 37 | 156 | 0 | 127 | 65 | 7 | 521 | 124 | 64 |
| Binary | 11101100 | 11111 | 1101110 | 0 | 1010111 | 110101 | 111 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EC1F6E
Complementary color
Monochromatic Colors of #EC1F6E
Black with #EC1F6E
Text Example
Text Example
White with #EC1F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F6E; }
p { color: rgb(236,31,110); }
H1.HeaderClassName
{
color: #EC1F6E;
}
.AnyTagClassName
{
color: #EC1F6E;
}
</style>
background-color css
<style>
a { background-color: #EC1F6E; }
a { background-color: rgb(236,31,110); }
div.DivClassName
{
background-color: #EC1F6E;
}
.BgClassName
{
background-color: #EC1F6E;
}
</style>
border-color css
<style>
span { border-color: #EC1F6E; }
span { border-color: rgb(236,31,110); }
td.TdClassName
{
border-color: #EC1F6E;
}
.TagClassName
{
border-color: #EC1F6E;
}
</style>