Shades of Ruby #E41177
Tints of Ruby #E41177
RGB
CMYK
RGB Variations
Color information
#E41177 (or 0xE41177) is known color: Ruby. HEX triplet: E4, 11 and 77. RGB value is (228,17,119). Sum of RGB (Red+Green+Blue) = 228+17+119=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E41177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41177 is #1BEE88. Grayscale: #5B5B5B. Windows color (decimal): -1830537 or 7803364. OLE color: 7803364.
HSL color Cylindrical-coordinate representation of color #E41177: hue angle of 331º degrees, saturation: 0.86, 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 #E41177 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.11 |
| HSL | 331º | 0.86% | 0.48% | - |
| HSV(B) | 331º | 0.93% | 0.89% | - |
| XYZ | 35.53 | 18.23 | 19.1 | - |
| YUV | 91.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 119 | 0 | 0.93 | 0.48 | 0.11 | 331 | 0.86 | 0.48 |
| Hex | E4 | 11 | 77 | 0 | 5D | 30 | B | 14B | 56 | 30 |
| Octal | 344 | 21 | 167 | 0 | 135 | 60 | 13 | 513 | 126 | 60 |
| Binary | 11100100 | 10001 | 1110111 | 0 | 1011101 | 110000 | 1011 | 101001011 | 1010110 | 110000 |
Color Harmonies of #E41177
Complementary color
Monochromatic Colors of #E41177
Black with #E41177
Text Example
Text Example
White with #E41177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41177; }
p { color: rgb(228,17,119); }
H1.HeaderClassName
{
color: #E41177;
}
.AnyTagClassName
{
color: #E41177;
}
</style>
background-color css
<style>
a { background-color: #E41177; }
a { background-color: rgb(228,17,119); }
div.DivClassName
{
background-color: #E41177;
}
.BgClassName
{
background-color: #E41177;
}
</style>
border-color css
<style>
span { border-color: #E41177; }
span { border-color: rgb(228,17,119); }
td.TdClassName
{
border-color: #E41177;
}
.TagClassName
{
border-color: #E41177;
}
</style>