Shades of Ruby #EF1562
Tints of Ruby #EF1562
RGB
CMYK
RGB Variations
Color information
#EF1562 (or 0xEF1562) is known color: Ruby. HEX triplet: EF, 15 and 62. RGB value is (239,21,98). Sum of RGB (Red+Green+Blue) = 239+21+98=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1562 is #10EA9D. Grayscale: #5E5E5E. Windows color (decimal): -1108638 or 6428143. OLE color: 6428143.
HSL color Cylindrical-coordinate representation of color #EF1562: hue angle of 338.81º 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 #EF1562 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 98 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.06 |
| HSL | 338.81º | 0.87% | 0.51% | - |
| HSV(B) | 338.81º | 0.91% | 0.94% | - |
| XYZ | 38.07 | 19.77 | 13.36 | - |
| YUV | 94.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 98 | 0 | 0.91 | 0.59 | 0.06 | 338.81 | 0.87 | 0.51 |
| Hex | EF | 15 | 62 | 0 | 5B | 3B | 6 | 153 | 57 | 33 |
| Octal | 357 | 25 | 142 | 0 | 133 | 73 | 6 | 523 | 127 | 63 |
| Binary | 11101111 | 10101 | 1100010 | 0 | 1011011 | 111011 | 110 | 101010011 | 1010111 | 110011 |
Color Harmonies of #EF1562
Complementary color
Monochromatic Colors of #EF1562
Black with #EF1562
Text Example
Text Example
White with #EF1562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1562; }
p { color: rgb(239,21,98); }
H1.HeaderClassName
{
color: #EF1562;
}
.AnyTagClassName
{
color: #EF1562;
}
</style>
background-color css
<style>
a { background-color: #EF1562; }
a { background-color: rgb(239,21,98); }
div.DivClassName
{
background-color: #EF1562;
}
.BgClassName
{
background-color: #EF1562;
}
</style>
border-color css
<style>
span { border-color: #EF1562; }
span { border-color: rgb(239,21,98); }
td.TdClassName
{
border-color: #EF1562;
}
.TagClassName
{
border-color: #EF1562;
}
</style>