Shades of Ruby #EC1F5E
Tints of Ruby #EC1F5E
RGB
CMYK
RGB Variations
Color information
#EC1F5E (or 0xEC1F5E) is known color: Ruby. HEX triplet: EC, 1F and 5E. RGB value is (236,31,94). Sum of RGB (Red+Green+Blue) = 236+31+94=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F5E is #13E0A1. Grayscale: #636363. Windows color (decimal): -1302690 or 6168556. OLE color: 6168556.
HSL color Cylindrical-coordinate representation of color #EC1F5E: hue angle of 341.56º 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 #EC1F5E is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 94 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.07 |
| HSL | 341.56º | 0.84% | 0.52% | - |
| HSV(B) | 341.56º | 0.87% | 0.93% | - |
| XYZ | 37.1 | 19.62 | 12.42 | - |
| YUV | 99.48 | 124.92 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 94 | 0 | 0.87 | 0.60 | 0.07 | 341.56 | 0.84 | 0.52 |
| Hex | EC | 1F | 5E | 0 | 57 | 3C | 7 | 156 | 54 | 34 |
| Octal | 354 | 37 | 136 | 0 | 127 | 74 | 7 | 526 | 124 | 64 |
| Binary | 11101100 | 11111 | 1011110 | 0 | 1010111 | 111100 | 111 | 101010110 | 1010100 | 110100 |
Color Harmonies of #EC1F5E
Complementary color
Monochromatic Colors of #EC1F5E
Black with #EC1F5E
Text Example
Text Example
White with #EC1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F5E; }
p { color: rgb(236,31,94); }
H1.HeaderClassName
{
color: #EC1F5E;
}
.AnyTagClassName
{
color: #EC1F5E;
}
</style>
background-color css
<style>
a { background-color: #EC1F5E; }
a { background-color: rgb(236,31,94); }
div.DivClassName
{
background-color: #EC1F5E;
}
.BgClassName
{
background-color: #EC1F5E;
}
</style>
border-color css
<style>
span { border-color: #EC1F5E; }
span { border-color: rgb(236,31,94); }
td.TdClassName
{
border-color: #EC1F5E;
}
.TagClassName
{
border-color: #EC1F5E;
}
</style>