Shades of Ruby #E41471
Tints of Ruby #E41471
RGB
CMYK
RGB Variations
Color information
#E41471 (or 0xE41471) is known color: Ruby. HEX triplet: E4, 14 and 71. RGB value is (228,20,113). Sum of RGB (Red+Green+Blue) = 228+20+113=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E41471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41471 is #1BEB8E. Grayscale: #5C5C5C. Windows color (decimal): -1829775 or 7410916. OLE color: 7410916.
HSL color Cylindrical-coordinate representation of color #E41471: hue angle of 333.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41471 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 113 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.11 |
| HSL | 333.17º | 0.84% | 0.49% | - |
| HSV(B) | 333.17º | 0.91% | 0.89% | - |
| XYZ | 35.23 | 18.19 | 17.28 | - |
| YUV | 92.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 113 | 0 | 0.91 | 0.50 | 0.11 | 333.17 | 0.84 | 0.49 |
| Hex | E4 | 14 | 71 | 0 | 5B | 32 | B | 14D | 54 | 31 |
| Octal | 344 | 24 | 161 | 0 | 133 | 62 | 13 | 515 | 124 | 61 |
| Binary | 11100100 | 10100 | 1110001 | 0 | 1011011 | 110010 | 1011 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E41471
Complementary color
Monochromatic Colors of #E41471
Black with #E41471
Text Example
Text Example
White with #E41471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41471; }
p { color: rgb(228,20,113); }
H1.HeaderClassName
{
color: #E41471;
}
.AnyTagClassName
{
color: #E41471;
}
</style>
background-color css
<style>
a { background-color: #E41471; }
a { background-color: rgb(228,20,113); }
div.DivClassName
{
background-color: #E41471;
}
.BgClassName
{
background-color: #E41471;
}
</style>
border-color css
<style>
span { border-color: #E41471; }
span { border-color: rgb(228,20,113); }
td.TdClassName
{
border-color: #E41471;
}
.TagClassName
{
border-color: #E41471;
}
</style>