Shades of Ruby #E40779
Tints of Ruby #E40779
RGB
CMYK
RGB Variations
Color information
#E40779 (or 0xE40779) is known color: Ruby. HEX triplet: E4, 07 and 79. RGB value is (228,7,121). Sum of RGB (Red+Green+Blue) = 228+7+121=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E40779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40779 is #1BF886. Grayscale: #555555. Windows color (decimal): -1833095 or 7931876. OLE color: 7931876.
HSL color Cylindrical-coordinate representation of color #E40779: hue angle of 329.05º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40779 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.11 |
| HSL | 329.05º | 0.94% | 0.46% | - |
| HSV(B) | 329.05º | 0.97% | 0.89% | - |
| XYZ | 35.52 | 18.03 | 19.7 | - |
| YUV | 86.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 121 | 0 | 0.97 | 0.47 | 0.11 | 329.05 | 0.94 | 0.46 |
| Hex | E4 | 7 | 79 | 0 | 61 | 2F | B | 149 | 5E | 2E |
| Octal | 344 | 7 | 171 | 0 | 141 | 57 | 13 | 511 | 136 | 56 |
| Binary | 11100100 | 111 | 1111001 | 0 | 1100001 | 101111 | 1011 | 101001001 | 1011110 | 101110 |
Color Harmonies of #E40779
Complementary color
Monochromatic Colors of #E40779
Black with #E40779
Text Example
Text Example
White with #E40779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40779; }
p { color: rgb(228,7,121); }
H1.HeaderClassName
{
color: #E40779;
}
.AnyTagClassName
{
color: #E40779;
}
</style>
background-color css
<style>
a { background-color: #E40779; }
a { background-color: rgb(228,7,121); }
div.DivClassName
{
background-color: #E40779;
}
.BgClassName
{
background-color: #E40779;
}
</style>
border-color css
<style>
span { border-color: #E40779; }
span { border-color: rgb(228,7,121); }
td.TdClassName
{
border-color: #E40779;
}
.TagClassName
{
border-color: #E40779;
}
</style>