Shades of Ruby #E40579
Tints of Ruby #E40579
RGB
CMYK
RGB Variations
Color information
#E40579 (or 0xE40579) is known color: Ruby. HEX triplet: E4, 05 and 79. RGB value is (228,5,121). Sum of RGB (Red+Green+Blue) = 228+5+121=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E40579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40579 is #1BFA86. Grayscale: #545454. Windows color (decimal): -1833607 or 7931364. OLE color: 7931364.
HSL color Cylindrical-coordinate representation of color #E40579: hue angle of 328.79º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40579 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.11 |
| HSL | 328.79º | 0.96% | 0.46% | - |
| HSV(B) | 328.79º | 0.98% | 0.89% | - |
| XYZ | 35.5 | 17.98 | 19.69 | - |
| YUV | 84.9 | 148.38 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 121 | 0 | 0.98 | 0.47 | 0.11 | 328.79 | 0.96 | 0.46 |
| Hex | E4 | 5 | 79 | 0 | 62 | 2F | B | 149 | 60 | 2E |
| Octal | 344 | 5 | 171 | 0 | 142 | 57 | 13 | 511 | 140 | 56 |
| Binary | 11100100 | 101 | 1111001 | 0 | 1100010 | 101111 | 1011 | 101001001 | 1100000 | 101110 |
Color Harmonies of #E40579
Complementary color
Monochromatic Colors of #E40579
Black with #E40579
Text Example
Text Example
White with #E40579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40579; }
p { color: rgb(228,5,121); }
H1.HeaderClassName
{
color: #E40579;
}
.AnyTagClassName
{
color: #E40579;
}
</style>
background-color css
<style>
a { background-color: #E40579; }
a { background-color: rgb(228,5,121); }
div.DivClassName
{
background-color: #E40579;
}
.BgClassName
{
background-color: #E40579;
}
</style>
border-color css
<style>
span { border-color: #E40579; }
span { border-color: rgb(228,5,121); }
td.TdClassName
{
border-color: #E40579;
}
.TagClassName
{
border-color: #E40579;
}
</style>