Shades of Ruby #EF1574
Tints of Ruby #EF1574
RGB
CMYK
RGB Variations
Color information
#EF1574 (or 0xEF1574) is known color: Ruby. HEX triplet: EF, 15 and 74. RGB value is (239,21,116). Sum of RGB (Red+Green+Blue) = 239+21+116=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1574 is #10EA8B. Grayscale: #606060. Windows color (decimal): -1108620 or 7607791. OLE color: 7607791.
HSL color Cylindrical-coordinate representation of color #EF1574: hue angle of 333.85º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1574 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.06 |
| HSL | 333.85º | 0.87% | 0.51% | - |
| HSV(B) | 333.85º | 0.91% | 0.94% | - |
| XYZ | 39.02 | 20.15 | 18.36 | - |
| YUV | 97.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 116 | 0 | 0.91 | 0.51 | 0.06 | 333.85 | 0.87 | 0.51 |
| Hex | EF | 15 | 74 | 0 | 5B | 33 | 6 | 14E | 57 | 33 |
| Octal | 357 | 25 | 164 | 0 | 133 | 63 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10101 | 1110100 | 0 | 1011011 | 110011 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1574
Complementary color
Monochromatic Colors of #EF1574
Black with #EF1574
Text Example
Text Example
White with #EF1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1574; }
p { color: rgb(239,21,116); }
H1.HeaderClassName
{
color: #EF1574;
}
.AnyTagClassName
{
color: #EF1574;
}
</style>
background-color css
<style>
a { background-color: #EF1574; }
a { background-color: rgb(239,21,116); }
div.DivClassName
{
background-color: #EF1574;
}
.BgClassName
{
background-color: #EF1574;
}
</style>
border-color css
<style>
span { border-color: #EF1574; }
span { border-color: rgb(239,21,116); }
td.TdClassName
{
border-color: #EF1574;
}
.TagClassName
{
border-color: #EF1574;
}
</style>