Shades of Ruby #E41679
Tints of Ruby #E41679
RGB
CMYK
RGB Variations
Color information
#E41679 (or 0xE41679) is known color: Ruby. HEX triplet: E4, 16 and 79. RGB value is (228,22,121). Sum of RGB (Red+Green+Blue) = 228+22+121=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E41679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41679 is #1BE986. Grayscale: #5E5E5E. Windows color (decimal): -1829255 or 7935716. OLE color: 7935716.
HSL color Cylindrical-coordinate representation of color #E41679: hue angle of 331.17º 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 #E41679 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 121 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.11 |
| HSL | 331.17º | 0.82% | 0.49% | - |
| HSV(B) | 331.17º | 0.9% | 0.89% | - |
| XYZ | 35.73 | 18.45 | 19.77 | - |
| YUV | 94.88 | 142.75 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 121 | 0 | 0.90 | 0.47 | 0.11 | 331.17 | 0.82 | 0.49 |
| Hex | E4 | 16 | 79 | 0 | 5A | 2F | B | 14B | 52 | 31 |
| Octal | 344 | 26 | 171 | 0 | 132 | 57 | 13 | 513 | 122 | 61 |
| Binary | 11100100 | 10110 | 1111001 | 0 | 1011010 | 101111 | 1011 | 101001011 | 1010010 | 110001 |
Color Harmonies of #E41679
Complementary color
Monochromatic Colors of #E41679
Black with #E41679
Text Example
Text Example
White with #E41679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41679; }
p { color: rgb(228,22,121); }
H1.HeaderClassName
{
color: #E41679;
}
.AnyTagClassName
{
color: #E41679;
}
</style>
background-color css
<style>
a { background-color: #E41679; }
a { background-color: rgb(228,22,121); }
div.DivClassName
{
background-color: #E41679;
}
.BgClassName
{
background-color: #E41679;
}
</style>
border-color css
<style>
span { border-color: #E41679; }
span { border-color: rgb(228,22,121); }
td.TdClassName
{
border-color: #E41679;
}
.TagClassName
{
border-color: #E41679;
}
</style>