Shades of Ruby #E41660
Tints of Ruby #E41660
RGB
CMYK
RGB Variations
Color information
#E41660 (or 0xE41660) is known color: Ruby. HEX triplet: E4, 16 and 60. RGB value is (228,22,96). Sum of RGB (Red+Green+Blue) = 228+22+96=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E41660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41660 is #1BE99F. Grayscale: #5B5B5B. Windows color (decimal): -1829280 or 6297316. OLE color: 6297316.
HSL color Cylindrical-coordinate representation of color #E41660: hue angle of 338.45º 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 #E41660 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 96 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.11 |
| HSL | 338.45º | 0.82% | 0.49% | - |
| HSV(B) | 338.45º | 0.9% | 0.89% | - |
| XYZ | 34.39 | 17.91 | 12.71 | - |
| YUV | 92.03 | 130.25 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 96 | 0 | 0.90 | 0.58 | 0.11 | 338.45 | 0.82 | 0.49 |
| Hex | E4 | 16 | 60 | 0 | 5A | 3A | B | 152 | 52 | 31 |
| Octal | 344 | 26 | 140 | 0 | 132 | 72 | 13 | 522 | 122 | 61 |
| Binary | 11100100 | 10110 | 1100000 | 0 | 1011010 | 111010 | 1011 | 101010010 | 1010010 | 110001 |
Color Harmonies of #E41660
Complementary color
Monochromatic Colors of #E41660
Black with #E41660
Text Example
Text Example
White with #E41660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41660; }
p { color: rgb(228,22,96); }
H1.HeaderClassName
{
color: #E41660;
}
.AnyTagClassName
{
color: #E41660;
}
</style>
background-color css
<style>
a { background-color: #E41660; }
a { background-color: rgb(228,22,96); }
div.DivClassName
{
background-color: #E41660;
}
.BgClassName
{
background-color: #E41660;
}
</style>
border-color css
<style>
span { border-color: #E41660; }
span { border-color: rgb(228,22,96); }
td.TdClassName
{
border-color: #E41660;
}
.TagClassName
{
border-color: #E41660;
}
</style>