Shades of Ruby #EC1F6B
Tints of Ruby #EC1F6B
RGB
CMYK
RGB Variations
Color information
#EC1F6B (or 0xEC1F6B) is known color: Ruby. HEX triplet: EC, 1F and 6B. RGB value is (236,31,107). Sum of RGB (Red+Green+Blue) = 236+31+107=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F6B is #13E094. Grayscale: #646464. Windows color (decimal): -1302677 or 7020524. OLE color: 7020524.
HSL color Cylindrical-coordinate representation of color #EC1F6B: hue angle of 337.76º 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 #EC1F6B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 107 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.07 |
| HSL | 337.76º | 0.84% | 0.52% | - |
| HSV(B) | 337.76º | 0.87% | 0.93% | - |
| XYZ | 37.74 | 19.87 | 15.76 | - |
| YUV | 100.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 107 | 0 | 0.87 | 0.55 | 0.07 | 337.76 | 0.84 | 0.52 |
| Hex | EC | 1F | 6B | 0 | 57 | 37 | 7 | 152 | 54 | 34 |
| Octal | 354 | 37 | 153 | 0 | 127 | 67 | 7 | 522 | 124 | 64 |
| Binary | 11101100 | 11111 | 1101011 | 0 | 1010111 | 110111 | 111 | 101010010 | 1010100 | 110100 |
Color Harmonies of #EC1F6B
Complementary color
Monochromatic Colors of #EC1F6B
Black with #EC1F6B
Text Example
Text Example
White with #EC1F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F6B; }
p { color: rgb(236,31,107); }
H1.HeaderClassName
{
color: #EC1F6B;
}
.AnyTagClassName
{
color: #EC1F6B;
}
</style>
background-color css
<style>
a { background-color: #EC1F6B; }
a { background-color: rgb(236,31,107); }
div.DivClassName
{
background-color: #EC1F6B;
}
.BgClassName
{
background-color: #EC1F6B;
}
</style>
border-color css
<style>
span { border-color: #EC1F6B; }
span { border-color: rgb(236,31,107); }
td.TdClassName
{
border-color: #EC1F6B;
}
.TagClassName
{
border-color: #EC1F6B;
}
</style>