Shades of Ruby #E41E5B
Tints of Ruby #E41E5B
RGB
CMYK
RGB Variations
Color information
#E41E5B (or 0xE41E5B) is known color: Ruby. HEX triplet: E4, 1E and 5B. RGB value is (228,30,91). Sum of RGB (Red+Green+Blue) = 228+30+91=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E41E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41E5B is #1BE1A4. Grayscale: #606060. Windows color (decimal): -1827237 or 5971684. OLE color: 5971684.
HSL color Cylindrical-coordinate representation of color #E41E5B: hue angle of 341.52º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41E5B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 30 | 91 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.11 |
| HSL | 341.52º | 0.79% | 0.51% | - |
| HSV(B) | 341.52º | 0.87% | 0.89% | - |
| XYZ | 34.35 | 18.18 | 11.6 | - |
| YUV | 96.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 91 | 0 | 0.87 | 0.60 | 0.11 | 341.52 | 0.79 | 0.51 |
| Hex | E4 | 1E | 5B | 0 | 57 | 3C | B | 156 | 4F | 33 |
| Octal | 344 | 36 | 133 | 0 | 127 | 74 | 13 | 526 | 117 | 63 |
| Binary | 11100100 | 11110 | 1011011 | 0 | 1010111 | 111100 | 1011 | 101010110 | 1001111 | 110011 |
Color Harmonies of #E41E5B
Complementary color
Monochromatic Colors of #E41E5B
Black with #E41E5B
Text Example
Text Example
White with #E41E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41E5B; }
p { color: rgb(228,30,91); }
H1.HeaderClassName
{
color: #E41E5B;
}
.AnyTagClassName
{
color: #E41E5B;
}
</style>
background-color css
<style>
a { background-color: #E41E5B; }
a { background-color: rgb(228,30,91); }
div.DivClassName
{
background-color: #E41E5B;
}
.BgClassName
{
background-color: #E41E5B;
}
</style>
border-color css
<style>
span { border-color: #E41E5B; }
span { border-color: rgb(228,30,91); }
td.TdClassName
{
border-color: #E41E5B;
}
.TagClassName
{
border-color: #E41E5B;
}
</style>