Shades of Ruby #EF1572
Tints of Ruby #EF1572
RGB
CMYK
RGB Variations
Color information
#EF1572 (or 0xEF1572) is known color: Ruby. HEX triplet: EF, 15 and 72. RGB value is (239,21,114). Sum of RGB (Red+Green+Blue) = 239+21+114=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1572 is #10EA8D. Grayscale: #606060. Windows color (decimal): -1108622 or 7476719. OLE color: 7476719.
HSL color Cylindrical-coordinate representation of color #EF1572: hue angle of 334.4º 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 #EF1572 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 114 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.06 |
| HSL | 334.4º | 0.87% | 0.51% | - |
| HSV(B) | 334.4º | 0.91% | 0.94% | - |
| XYZ | 38.9 | 20.1 | 17.75 | - |
| YUV | 96.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 114 | 0 | 0.91 | 0.52 | 0.06 | 334.4 | 0.87 | 0.51 |
| Hex | EF | 15 | 72 | 0 | 5B | 34 | 6 | 14E | 57 | 33 |
| Octal | 357 | 25 | 162 | 0 | 133 | 64 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10101 | 1110010 | 0 | 1011011 | 110100 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1572
Complementary color
Monochromatic Colors of #EF1572
Black with #EF1572
Text Example
Text Example
White with #EF1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1572; }
p { color: rgb(239,21,114); }
H1.HeaderClassName
{
color: #EF1572;
}
.AnyTagClassName
{
color: #EF1572;
}
</style>
background-color css
<style>
a { background-color: #EF1572; }
a { background-color: rgb(239,21,114); }
div.DivClassName
{
background-color: #EF1572;
}
.BgClassName
{
background-color: #EF1572;
}
</style>
border-color css
<style>
span { border-color: #EF1572; }
span { border-color: rgb(239,21,114); }
td.TdClassName
{
border-color: #EF1572;
}
.TagClassName
{
border-color: #EF1572;
}
</style>