Shades of Ruby #EF1462
Tints of Ruby #EF1462
RGB
CMYK
RGB Variations
Color information
#EF1462 (or 0xEF1462) is known color: Ruby. HEX triplet: EF, 14 and 62. RGB value is (239,20,98). Sum of RGB (Red+Green+Blue) = 239+20+98=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1462 is #10EB9D. Grayscale: #5E5E5E. Windows color (decimal): -1108894 or 6427887. OLE color: 6427887.
HSL color Cylindrical-coordinate representation of color #EF1462: hue angle of 338.63º 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 #EF1462 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 98 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.06 |
| HSL | 338.63º | 0.87% | 0.51% | - |
| HSV(B) | 338.63º | 0.92% | 0.94% | - |
| XYZ | 38.05 | 19.73 | 13.36 | - |
| YUV | 94.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 98 | 0 | 0.92 | 0.59 | 0.06 | 338.63 | 0.87 | 0.51 |
| Hex | EF | 14 | 62 | 0 | 5C | 3B | 6 | 153 | 57 | 33 |
| Octal | 357 | 24 | 142 | 0 | 134 | 73 | 6 | 523 | 127 | 63 |
| Binary | 11101111 | 10100 | 1100010 | 0 | 1011100 | 111011 | 110 | 101010011 | 1010111 | 110011 |
Color Harmonies of #EF1462
Complementary color
Monochromatic Colors of #EF1462
Black with #EF1462
Text Example
Text Example
White with #EF1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1462; }
p { color: rgb(239,20,98); }
H1.HeaderClassName
{
color: #EF1462;
}
.AnyTagClassName
{
color: #EF1462;
}
</style>
background-color css
<style>
a { background-color: #EF1462; }
a { background-color: rgb(239,20,98); }
div.DivClassName
{
background-color: #EF1462;
}
.BgClassName
{
background-color: #EF1462;
}
</style>
border-color css
<style>
span { border-color: #EF1462; }
span { border-color: rgb(239,20,98); }
td.TdClassName
{
border-color: #EF1462;
}
.TagClassName
{
border-color: #EF1462;
}
</style>