Shades of Ruby #E41671
Tints of Ruby #E41671
RGB
CMYK
RGB Variations
Color information
#E41671 (or 0xE41671) is known color: Ruby. HEX triplet: E4, 16 and 71. RGB value is (228,22,113). Sum of RGB (Red+Green+Blue) = 228+22+113=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E41671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41671 is #1BE98E. Grayscale: #5D5D5D. Windows color (decimal): -1829263 or 7411428. OLE color: 7411428.
HSL color Cylindrical-coordinate representation of color #E41671: hue angle of 333.5º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41671 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 113 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.11 |
| HSL | 333.5º | 0.82% | 0.49% | - |
| HSV(B) | 333.5º | 0.9% | 0.89% | - |
| XYZ | 35.26 | 18.26 | 17.29 | - |
| YUV | 93.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 113 | 0 | 0.90 | 0.50 | 0.11 | 333.5 | 0.82 | 0.49 |
| Hex | E4 | 16 | 71 | 0 | 5A | 32 | B | 14D | 52 | 31 |
| Octal | 344 | 26 | 161 | 0 | 132 | 62 | 13 | 515 | 122 | 61 |
| Binary | 11100100 | 10110 | 1110001 | 0 | 1011010 | 110010 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E41671
Complementary color
Monochromatic Colors of #E41671
Black with #E41671
Text Example
Text Example
White with #E41671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41671; }
p { color: rgb(228,22,113); }
H1.HeaderClassName
{
color: #E41671;
}
.AnyTagClassName
{
color: #E41671;
}
</style>
background-color css
<style>
a { background-color: #E41671; }
a { background-color: rgb(228,22,113); }
div.DivClassName
{
background-color: #E41671;
}
.BgClassName
{
background-color: #E41671;
}
</style>
border-color css
<style>
span { border-color: #E41671; }
span { border-color: rgb(228,22,113); }
td.TdClassName
{
border-color: #E41671;
}
.TagClassName
{
border-color: #E41671;
}
</style>