Shades of Ruby #E40F79
Tints of Ruby #E40F79
RGB
CMYK
RGB Variations
Color information
#E40F79 (or 0xE40F79) is known color: Ruby. HEX triplet: E4, 0F and 79. RGB value is (228,15,121). Sum of RGB (Red+Green+Blue) = 228+15+121=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F79 is #1BF086. Grayscale: #5A5A5A. Windows color (decimal): -1831047 or 7933924. OLE color: 7933924.
HSL color Cylindrical-coordinate representation of color #E40F79: hue angle of 330.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F79 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 121 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.11 |
| HSL | 330.14º | 0.88% | 0.48% | - |
| HSV(B) | 330.14º | 0.93% | 0.89% | - |
| XYZ | 35.62 | 18.22 | 19.73 | - |
| YUV | 90.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 121 | 0 | 0.93 | 0.47 | 0.11 | 330.14 | 0.88 | 0.48 |
| Hex | E4 | F | 79 | 0 | 5D | 2F | B | 14A | 58 | 30 |
| Octal | 344 | 17 | 171 | 0 | 135 | 57 | 13 | 512 | 130 | 60 |
| Binary | 11100100 | 1111 | 1111001 | 0 | 1011101 | 101111 | 1011 | 101001010 | 1011000 | 110000 |
Color Harmonies of #E40F79
Complementary color
Monochromatic Colors of #E40F79
Black with #E40F79
Text Example
Text Example
White with #E40F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F79; }
p { color: rgb(228,15,121); }
H1.HeaderClassName
{
color: #E40F79;
}
.AnyTagClassName
{
color: #E40F79;
}
</style>
background-color css
<style>
a { background-color: #E40F79; }
a { background-color: rgb(228,15,121); }
div.DivClassName
{
background-color: #E40F79;
}
.BgClassName
{
background-color: #E40F79;
}
</style>
border-color css
<style>
span { border-color: #E40F79; }
span { border-color: rgb(228,15,121); }
td.TdClassName
{
border-color: #E40F79;
}
.TagClassName
{
border-color: #E40F79;
}
</style>