Shades of Ruby #E41B5D
Tints of Ruby #E41B5D
RGB
CMYK
RGB Variations
Color information
#E41B5D (or 0xE41B5D) is known color: Ruby. HEX triplet: E4, 1B and 5D. RGB value is (228,27,93). Sum of RGB (Red+Green+Blue) = 228+27+93=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41B5D is #1BE4A2. Grayscale: #5E5E5E. Windows color (decimal): -1828003 or 6101988. OLE color: 6101988.
HSL color Cylindrical-coordinate representation of color #E41B5D: hue angle of 340.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41B5D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 93 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.11 |
| HSL | 340.3º | 0.79% | 0.5% | - |
| HSV(B) | 340.3º | 0.88% | 0.89% | - |
| XYZ | 34.36 | 18.07 | 12.03 | - |
| YUV | 94.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 93 | 0 | 0.88 | 0.59 | 0.11 | 340.3 | 0.79 | 0.5 |
| Hex | E4 | 1B | 5D | 0 | 58 | 3B | B | 154 | 4F | 32 |
| Octal | 344 | 33 | 135 | 0 | 130 | 73 | 13 | 524 | 117 | 62 |
| Binary | 11100100 | 11011 | 1011101 | 0 | 1011000 | 111011 | 1011 | 101010100 | 1001111 | 110010 |
Color Harmonies of #E41B5D
Complementary color
Monochromatic Colors of #E41B5D
Black with #E41B5D
Text Example
Text Example
White with #E41B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41B5D; }
p { color: rgb(228,27,93); }
H1.HeaderClassName
{
color: #E41B5D;
}
.AnyTagClassName
{
color: #E41B5D;
}
</style>
background-color css
<style>
a { background-color: #E41B5D; }
a { background-color: rgb(228,27,93); }
div.DivClassName
{
background-color: #E41B5D;
}
.BgClassName
{
background-color: #E41B5D;
}
</style>
border-color css
<style>
span { border-color: #E41B5D; }
span { border-color: rgb(228,27,93); }
td.TdClassName
{
border-color: #E41B5D;
}
.TagClassName
{
border-color: #E41B5D;
}
</style>