Shades of Ruby #E40771
Tints of Ruby #E40771
RGB
CMYK
RGB Variations
Color information
#E40771 (or 0xE40771) is known color: Ruby. HEX triplet: E4, 07 and 71. RGB value is (228,7,113). Sum of RGB (Red+Green+Blue) = 228+7+113=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E40771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40771 is #1BF88E. Grayscale: #545454. Windows color (decimal): -1833103 or 7407588. OLE color: 7407588.
HSL color Cylindrical-coordinate representation of color #E40771: hue angle of 331.22º 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 #E40771 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.11 |
| HSL | 331.22º | 0.94% | 0.46% | - |
| HSV(B) | 331.22º | 0.97% | 0.89% | - |
| XYZ | 35.05 | 17.84 | 17.22 | - |
| YUV | 85.16 | 143.72 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 113 | 0 | 0.97 | 0.50 | 0.11 | 331.22 | 0.94 | 0.46 |
| Hex | E4 | 7 | 71 | 0 | 61 | 32 | B | 14B | 5E | 2E |
| Octal | 344 | 7 | 161 | 0 | 141 | 62 | 13 | 513 | 136 | 56 |
| Binary | 11100100 | 111 | 1110001 | 0 | 1100001 | 110010 | 1011 | 101001011 | 1011110 | 101110 |
Color Harmonies of #E40771
Complementary color
Monochromatic Colors of #E40771
Black with #E40771
Text Example
Text Example
White with #E40771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40771; }
p { color: rgb(228,7,113); }
H1.HeaderClassName
{
color: #E40771;
}
.AnyTagClassName
{
color: #E40771;
}
</style>
background-color css
<style>
a { background-color: #E40771; }
a { background-color: rgb(228,7,113); }
div.DivClassName
{
background-color: #E40771;
}
.BgClassName
{
background-color: #E40771;
}
</style>
border-color css
<style>
span { border-color: #E40771; }
span { border-color: rgb(228,7,113); }
td.TdClassName
{
border-color: #E40771;
}
.TagClassName
{
border-color: #E40771;
}
</style>