Shades of Ruby #E41D5E
Tints of Ruby #E41D5E
RGB
CMYK
RGB Variations
Color information
#E41D5E (or 0xE41D5E) is known color: Ruby. HEX triplet: E4, 1D and 5E. RGB value is (228,29,94). Sum of RGB (Red+Green+Blue) = 228+29+94=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41D5E is #1BE2A1. Grayscale: #5F5F5F. Windows color (decimal): -1827490 or 6168036. OLE color: 6168036.
HSL color Cylindrical-coordinate representation of color #E41D5E: hue angle of 340.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D5E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 94 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.11 |
| HSL | 340.4º | 0.79% | 0.5% | - |
| HSV(B) | 340.4º | 0.87% | 0.89% | - |
| XYZ | 34.45 | 18.18 | 12.28 | - |
| YUV | 95.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 94 | 0 | 0.87 | 0.59 | 0.11 | 340.4 | 0.79 | 0.5 |
| Hex | E4 | 1D | 5E | 0 | 57 | 3B | B | 154 | 4F | 32 |
| Octal | 344 | 35 | 136 | 0 | 127 | 73 | 13 | 524 | 117 | 62 |
| Binary | 11100100 | 11101 | 1011110 | 0 | 1010111 | 111011 | 1011 | 101010100 | 1001111 | 110010 |
Color Harmonies of #E41D5E
Complementary color
Monochromatic Colors of #E41D5E
Black with #E41D5E
Text Example
Text Example
White with #E41D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D5E; }
p { color: rgb(228,29,94); }
H1.HeaderClassName
{
color: #E41D5E;
}
.AnyTagClassName
{
color: #E41D5E;
}
</style>
background-color css
<style>
a { background-color: #E41D5E; }
a { background-color: rgb(228,29,94); }
div.DivClassName
{
background-color: #E41D5E;
}
.BgClassName
{
background-color: #E41D5E;
}
</style>
border-color css
<style>
span { border-color: #E41D5E; }
span { border-color: rgb(228,29,94); }
td.TdClassName
{
border-color: #E41D5E;
}
.TagClassName
{
border-color: #E41D5E;
}
</style>