Shades of Ruby #E40971
Tints of Ruby #E40971
RGB
CMYK
RGB Variations
Color information
#E40971 (or 0xE40971) is known color: Ruby. HEX triplet: E4, 09 and 71. RGB value is (228,9,113). Sum of RGB (Red+Green+Blue) = 228+9+113=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E40971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40971 is #1BF68E. Grayscale: #565656. Windows color (decimal): -1832591 or 7408100. OLE color: 7408100.
HSL color Cylindrical-coordinate representation of color #E40971: hue angle of 331.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40971 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.11 |
| HSL | 331.51º | 0.92% | 0.46% | - |
| HSV(B) | 331.51º | 0.96% | 0.89% | - |
| XYZ | 35.07 | 17.88 | 17.23 | - |
| YUV | 86.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 113 | 0 | 0.96 | 0.50 | 0.11 | 331.51 | 0.92 | 0.46 |
| Hex | E4 | 9 | 71 | 0 | 60 | 32 | B | 14C | 5C | 2E |
| Octal | 344 | 11 | 161 | 0 | 140 | 62 | 13 | 514 | 134 | 56 |
| Binary | 11100100 | 1001 | 1110001 | 0 | 1100000 | 110010 | 1011 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E40971
Complementary color
Monochromatic Colors of #E40971
Black with #E40971
Text Example
Text Example
White with #E40971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40971; }
p { color: rgb(228,9,113); }
H1.HeaderClassName
{
color: #E40971;
}
.AnyTagClassName
{
color: #E40971;
}
</style>
background-color css
<style>
a { background-color: #E40971; }
a { background-color: rgb(228,9,113); }
div.DivClassName
{
background-color: #E40971;
}
.BgClassName
{
background-color: #E40971;
}
</style>
border-color css
<style>
span { border-color: #E40971; }
span { border-color: rgb(228,9,113); }
td.TdClassName
{
border-color: #E40971;
}
.TagClassName
{
border-color: #E40971;
}
</style>