Shades of Ruby #EF1370
Tints of Ruby #EF1370
RGB
CMYK
RGB Variations
Color information
#EF1370 (or 0xEF1370) is known color: Ruby. HEX triplet: EF, 13 and 70. RGB value is (239,19,112). Sum of RGB (Red+Green+Blue) = 239+19+112=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1370 is #10EC8F. Grayscale: #5F5F5F. Windows color (decimal): -1109136 or 7345135. OLE color: 7345135.
HSL color Cylindrical-coordinate representation of color #EF1370: hue angle of 334.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1370 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 112 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.06 |
| HSL | 334.64º | 0.87% | 0.51% | - |
| HSV(B) | 334.64º | 0.92% | 0.94% | - |
| XYZ | 38.75 | 19.99 | 17.14 | - |
| YUV | 95.38 | 137.39 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 112 | 0 | 0.92 | 0.53 | 0.06 | 334.64 | 0.87 | 0.51 |
| Hex | EF | 13 | 70 | 0 | 5C | 35 | 6 | 14F | 57 | 33 |
| Octal | 357 | 23 | 160 | 0 | 134 | 65 | 6 | 517 | 127 | 63 |
| Binary | 11101111 | 10011 | 1110000 | 0 | 1011100 | 110101 | 110 | 101001111 | 1010111 | 110011 |
Color Harmonies of #EF1370
Complementary color
Monochromatic Colors of #EF1370
Black with #EF1370
Text Example
Text Example
White with #EF1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1370; }
p { color: rgb(239,19,112); }
H1.HeaderClassName
{
color: #EF1370;
}
.AnyTagClassName
{
color: #EF1370;
}
</style>
background-color css
<style>
a { background-color: #EF1370; }
a { background-color: rgb(239,19,112); }
div.DivClassName
{
background-color: #EF1370;
}
.BgClassName
{
background-color: #EF1370;
}
</style>
border-color css
<style>
span { border-color: #EF1370; }
span { border-color: rgb(239,19,112); }
td.TdClassName
{
border-color: #EF1370;
}
.TagClassName
{
border-color: #EF1370;
}
</style>