Shades of Ruby #E40C79
Tints of Ruby #E40C79
RGB
CMYK
RGB Variations
Color information
#E40C79 (or 0xE40C79) is known color: Ruby. HEX triplet: E4, 0C and 79. RGB value is (228,12,121). Sum of RGB (Red+Green+Blue) = 228+12+121=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40C79 is #1BF386. Grayscale: #585858. Windows color (decimal): -1831815 or 7933156. OLE color: 7933156.
HSL color Cylindrical-coordinate representation of color #E40C79: hue angle of 329.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40C79 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 121 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.11 |
| HSL | 329.72º | 0.9% | 0.47% | - |
| HSV(B) | 329.72º | 0.95% | 0.89% | - |
| XYZ | 35.58 | 18.14 | 19.71 | - |
| YUV | 89.01 | 146.06 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 121 | 0 | 0.95 | 0.47 | 0.11 | 329.72 | 0.9 | 0.47 |
| Hex | E4 | C | 79 | 0 | 5F | 2F | B | 14A | 5A | 2F |
| Octal | 344 | 14 | 171 | 0 | 137 | 57 | 13 | 512 | 132 | 57 |
| Binary | 11100100 | 1100 | 1111001 | 0 | 1011111 | 101111 | 1011 | 101001010 | 1011010 | 101111 |
Color Harmonies of #E40C79
Complementary color
Monochromatic Colors of #E40C79
Black with #E40C79
Text Example
Text Example
White with #E40C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40C79; }
p { color: rgb(228,12,121); }
H1.HeaderClassName
{
color: #E40C79;
}
.AnyTagClassName
{
color: #E40C79;
}
</style>
background-color css
<style>
a { background-color: #E40C79; }
a { background-color: rgb(228,12,121); }
div.DivClassName
{
background-color: #E40C79;
}
.BgClassName
{
background-color: #E40C79;
}
</style>
border-color css
<style>
span { border-color: #E40C79; }
span { border-color: rgb(228,12,121); }
td.TdClassName
{
border-color: #E40C79;
}
.TagClassName
{
border-color: #E40C79;
}
</style>