Shades of Ruby #E41D5F
Tints of Ruby #E41D5F
RGB
CMYK
RGB Variations
Color information
#E41D5F (or 0xE41D5F) is known color: Ruby. HEX triplet: E4, 1D and 5F. RGB value is (228,29,95). Sum of RGB (Red+Green+Blue) = 228+29+95=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41D5F is #1BE2A0. Grayscale: #5F5F5F. Windows color (decimal): -1827489 or 6233572. OLE color: 6233572.
HSL color Cylindrical-coordinate representation of color #E41D5F: hue angle of 340.1º 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 #E41D5F is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 95 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.11 |
| HSL | 340.1º | 0.79% | 0.5% | - |
| HSV(B) | 340.1º | 0.87% | 0.89% | - |
| XYZ | 34.5 | 18.2 | 12.52 | - |
| YUV | 96.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 95 | 0 | 0.87 | 0.58 | 0.11 | 340.1 | 0.79 | 0.5 |
| Hex | E4 | 1D | 5F | 0 | 57 | 3A | B | 154 | 4F | 32 |
| Octal | 344 | 35 | 137 | 0 | 127 | 72 | 13 | 524 | 117 | 62 |
| Binary | 11100100 | 11101 | 1011111 | 0 | 1010111 | 111010 | 1011 | 101010100 | 1001111 | 110010 |
Color Harmonies of #E41D5F
Complementary color
Monochromatic Colors of #E41D5F
Black with #E41D5F
Text Example
Text Example
White with #E41D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D5F; }
p { color: rgb(228,29,95); }
H1.HeaderClassName
{
color: #E41D5F;
}
.AnyTagClassName
{
color: #E41D5F;
}
</style>
background-color css
<style>
a { background-color: #E41D5F; }
a { background-color: rgb(228,29,95); }
div.DivClassName
{
background-color: #E41D5F;
}
.BgClassName
{
background-color: #E41D5F;
}
</style>
border-color css
<style>
span { border-color: #E41D5F; }
span { border-color: rgb(228,29,95); }
td.TdClassName
{
border-color: #E41D5F;
}
.TagClassName
{
border-color: #E41D5F;
}
</style>