Shades of Ruby #EF1474
Tints of Ruby #EF1474
RGB
CMYK
RGB Variations
Color information
#EF1474 (or 0xEF1474) is known color: Ruby. HEX triplet: EF, 14 and 74. RGB value is (239,20,116). Sum of RGB (Red+Green+Blue) = 239+20+116=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1474 is #10EB8B. Grayscale: #606060. Windows color (decimal): -1108876 or 7607535. OLE color: 7607535.
HSL color Cylindrical-coordinate representation of color #EF1474: hue angle of 333.7º 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 #EF1474 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 116 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.06 |
| HSL | 333.7º | 0.87% | 0.51% | - |
| HSV(B) | 333.7º | 0.92% | 0.94% | - |
| XYZ | 39 | 20.11 | 18.35 | - |
| YUV | 96.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 116 | 0 | 0.92 | 0.51 | 0.06 | 333.7 | 0.87 | 0.51 |
| Hex | EF | 14 | 74 | 0 | 5C | 33 | 6 | 14E | 57 | 33 |
| Octal | 357 | 24 | 164 | 0 | 134 | 63 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10100 | 1110100 | 0 | 1011100 | 110011 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1474
Complementary color
Monochromatic Colors of #EF1474
Black with #EF1474
Text Example
Text Example
White with #EF1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1474; }
p { color: rgb(239,20,116); }
H1.HeaderClassName
{
color: #EF1474;
}
.AnyTagClassName
{
color: #EF1474;
}
</style>
background-color css
<style>
a { background-color: #EF1474; }
a { background-color: rgb(239,20,116); }
div.DivClassName
{
background-color: #EF1474;
}
.BgClassName
{
background-color: #EF1474;
}
</style>
border-color css
<style>
span { border-color: #EF1474; }
span { border-color: rgb(239,20,116); }
td.TdClassName
{
border-color: #EF1474;
}
.TagClassName
{
border-color: #EF1474;
}
</style>