Shades of Ruby #EF1A56
Tints of Ruby #EF1A56
RGB
CMYK
RGB Variations
Color information
#EF1A56 (or 0xEF1A56) is known color: Ruby. HEX triplet: EF, 1A and 56. RGB value is (239,26,86). Sum of RGB (Red+Green+Blue) = 239+26+86=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A56 is #10E5A9. Grayscale: #606060. Windows color (decimal): -1107370 or 5642991. OLE color: 5642991.
HSL color Cylindrical-coordinate representation of color #EF1A56: hue angle of 343.1º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A56 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 86 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.06 |
| HSL | 343.1º | 0.87% | 0.52% | - |
| HSV(B) | 343.1º | 0.89% | 0.94% | - |
| XYZ | 37.65 | 19.76 | 10.63 | - |
| YUV | 96.53 | 122.07 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 86 | 0 | 0.89 | 0.64 | 0.06 | 343.1 | 0.87 | 0.52 |
| Hex | EF | 1A | 56 | 0 | 59 | 40 | 6 | 157 | 57 | 34 |
| Octal | 357 | 32 | 126 | 0 | 131 | 100 | 6 | 527 | 127 | 64 |
| Binary | 11101111 | 11010 | 1010110 | 0 | 1011001 | 1000000 | 110 | 101010111 | 1010111 | 110100 |
Color Harmonies of #EF1A56
Complementary color
Monochromatic Colors of #EF1A56
Black with #EF1A56
Text Example
Text Example
White with #EF1A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A56; }
p { color: rgb(239,26,86); }
H1.HeaderClassName
{
color: #EF1A56;
}
.AnyTagClassName
{
color: #EF1A56;
}
</style>
background-color css
<style>
a { background-color: #EF1A56; }
a { background-color: rgb(239,26,86); }
div.DivClassName
{
background-color: #EF1A56;
}
.BgClassName
{
background-color: #EF1A56;
}
</style>
border-color css
<style>
span { border-color: #EF1A56; }
span { border-color: rgb(239,26,86); }
td.TdClassName
{
border-color: #EF1A56;
}
.TagClassName
{
border-color: #EF1A56;
}
</style>