Shades of Ruby #EF1F70
Tints of Ruby #EF1F70
RGB
CMYK
RGB Variations
Color information
#EF1F70 (or 0xEF1F70) is known color: Ruby. HEX triplet: EF, 1F and 70. RGB value is (239,31,112). Sum of RGB (Red+Green+Blue) = 239+31+112=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F70 is #10E08F. Grayscale: #666666. Windows color (decimal): -1106064 or 7348207. OLE color: 7348207.
HSL color Cylindrical-coordinate representation of color #EF1F70: hue angle of 336.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F70 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 112 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.06 |
| HSL | 336.63º | 0.87% | 0.53% | - |
| HSV(B) | 336.63º | 0.87% | 0.94% | - |
| XYZ | 39.01 | 20.5 | 17.23 | - |
| YUV | 102.43 | 133.41 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 112 | 0 | 0.87 | 0.53 | 0.06 | 336.63 | 0.87 | 0.53 |
| Hex | EF | 1F | 70 | 0 | 57 | 35 | 6 | 151 | 57 | 35 |
| Octal | 357 | 37 | 160 | 0 | 127 | 65 | 6 | 521 | 127 | 65 |
| Binary | 11101111 | 11111 | 1110000 | 0 | 1010111 | 110101 | 110 | 101010001 | 1010111 | 110101 |
Color Harmonies of #EF1F70
Complementary color
Monochromatic Colors of #EF1F70
Black with #EF1F70
Text Example
Text Example
White with #EF1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F70; }
p { color: rgb(239,31,112); }
H1.HeaderClassName
{
color: #EF1F70;
}
.AnyTagClassName
{
color: #EF1F70;
}
</style>
background-color css
<style>
a { background-color: #EF1F70; }
a { background-color: rgb(239,31,112); }
div.DivClassName
{
background-color: #EF1F70;
}
.BgClassName
{
background-color: #EF1F70;
}
</style>
border-color css
<style>
span { border-color: #EF1F70; }
span { border-color: rgb(239,31,112); }
td.TdClassName
{
border-color: #EF1F70;
}
.TagClassName
{
border-color: #EF1F70;
}
</style>