Shades of Ruby #EF1B62
Tints of Ruby #EF1B62
RGB
CMYK
RGB Variations
Color information
#EF1B62 (or 0xEF1B62) is known color: Ruby. HEX triplet: EF, 1B and 62. RGB value is (239,27,98). Sum of RGB (Red+Green+Blue) = 239+27+98=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1B62 is #10E49D. Grayscale: #626262. Windows color (decimal): -1107102 or 6429679. OLE color: 6429679.
HSL color Cylindrical-coordinate representation of color #EF1B62: hue angle of 339.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B62 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 98 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.06 |
| HSL | 339.91º | 0.87% | 0.52% | - |
| HSV(B) | 339.91º | 0.89% | 0.94% | - |
| XYZ | 38.19 | 20.02 | 13.41 | - |
| YUV | 98.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 98 | 0 | 0.89 | 0.59 | 0.06 | 339.91 | 0.87 | 0.52 |
| Hex | EF | 1B | 62 | 0 | 59 | 3B | 6 | 154 | 57 | 34 |
| Octal | 357 | 33 | 142 | 0 | 131 | 73 | 6 | 524 | 127 | 64 |
| Binary | 11101111 | 11011 | 1100010 | 0 | 1011001 | 111011 | 110 | 101010100 | 1010111 | 110100 |
Color Harmonies of #EF1B62
Complementary color
Monochromatic Colors of #EF1B62
Black with #EF1B62
Text Example
Text Example
White with #EF1B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B62; }
p { color: rgb(239,27,98); }
H1.HeaderClassName
{
color: #EF1B62;
}
.AnyTagClassName
{
color: #EF1B62;
}
</style>
background-color css
<style>
a { background-color: #EF1B62; }
a { background-color: rgb(239,27,98); }
div.DivClassName
{
background-color: #EF1B62;
}
.BgClassName
{
background-color: #EF1B62;
}
</style>
border-color css
<style>
span { border-color: #EF1B62; }
span { border-color: rgb(239,27,98); }
td.TdClassName
{
border-color: #EF1B62;
}
.TagClassName
{
border-color: #EF1B62;
}
</style>