Shades of Ruby #E41576
Tints of Ruby #E41576
RGB
CMYK
RGB Variations
Color information
#E41576 (or 0xE41576) is known color: Ruby. HEX triplet: E4, 15 and 76. RGB value is (228,21,118). Sum of RGB (Red+Green+Blue) = 228+21+118=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E41576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41576 is #1BEA89. Grayscale: #5D5D5D. Windows color (decimal): -1829514 or 7738852. OLE color: 7738852.
HSL color Cylindrical-coordinate representation of color #E41576: hue angle of 331.88º degrees, saturation: 0.83, 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 #E41576 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 118 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.11 |
| HSL | 331.88º | 0.83% | 0.49% | - |
| HSV(B) | 331.88º | 0.91% | 0.89% | - |
| XYZ | 35.53 | 18.34 | 18.81 | - |
| YUV | 93.95 | 141.58 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 118 | 0 | 0.91 | 0.48 | 0.11 | 331.88 | 0.83 | 0.49 |
| Hex | E4 | 15 | 76 | 0 | 5B | 30 | B | 14C | 53 | 31 |
| Octal | 344 | 25 | 166 | 0 | 133 | 60 | 13 | 514 | 123 | 61 |
| Binary | 11100100 | 10101 | 1110110 | 0 | 1011011 | 110000 | 1011 | 101001100 | 1010011 | 110001 |
Color Harmonies of #E41576
Complementary color
Monochromatic Colors of #E41576
Black with #E41576
Text Example
Text Example
White with #E41576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41576; }
p { color: rgb(228,21,118); }
H1.HeaderClassName
{
color: #E41576;
}
.AnyTagClassName
{
color: #E41576;
}
</style>
background-color css
<style>
a { background-color: #E41576; }
a { background-color: rgb(228,21,118); }
div.DivClassName
{
background-color: #E41576;
}
.BgClassName
{
background-color: #E41576;
}
</style>
border-color css
<style>
span { border-color: #E41576; }
span { border-color: rgb(228,21,118); }
td.TdClassName
{
border-color: #E41576;
}
.TagClassName
{
border-color: #E41576;
}
</style>