Shades of Ruby #E41779
Tints of Ruby #E41779
RGB
CMYK
RGB Variations
Color information
#E41779 (or 0xE41779) is known color: Ruby. HEX triplet: E4, 17 and 79. RGB value is (228,23,121). Sum of RGB (Red+Green+Blue) = 228+23+121=372 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.29% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 228 - color contains mainly: red. Hex color #E41779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41779 is #1BE886. Grayscale: #5F5F5F. Windows color (decimal): -1828999 or 7935972. OLE color: 7935972.
HSL color Cylindrical-coordinate representation of color #E41779: hue angle of 331.32º 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 #E41779 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.11 |
| HSL | 331.32º | 0.82% | 0.49% | - |
| HSV(B) | 331.32º | 0.9% | 0.89% | - |
| XYZ | 35.75 | 18.49 | 19.77 | - |
| YUV | 95.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 121 | 0 | 0.90 | 0.47 | 0.11 | 331.32 | 0.82 | 0.49 |
| Hex | E4 | 17 | 79 | 0 | 5A | 2F | B | 14B | 52 | 31 |
| Octal | 344 | 27 | 171 | 0 | 132 | 57 | 13 | 513 | 122 | 61 |
| Binary | 11100100 | 10111 | 1111001 | 0 | 1011010 | 101111 | 1011 | 101001011 | 1010010 | 110001 |
Color Harmonies of #E41779
Complementary color
Monochromatic Colors of #E41779
Black with #E41779
Text Example
Text Example
White with #E41779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41779; }
p { color: rgb(228,23,121); }
H1.HeaderClassName
{
color: #E41779;
}
.AnyTagClassName
{
color: #E41779;
}
</style>
background-color css
<style>
a { background-color: #E41779; }
a { background-color: rgb(228,23,121); }
div.DivClassName
{
background-color: #E41779;
}
.BgClassName
{
background-color: #E41779;
}
</style>
border-color css
<style>
span { border-color: #E41779; }
span { border-color: rgb(228,23,121); }
td.TdClassName
{
border-color: #E41779;
}
.TagClassName
{
border-color: #E41779;
}
</style>