Shades of Ruby #E41757
Tints of Ruby #E41757
RGB
CMYK
RGB Variations
Color information
#E41757 (or 0xE41757) is known color: Ruby. HEX triplet: E4, 17 and 57. RGB value is (228,23,87). Sum of RGB (Red+Green+Blue) = 228+23+87=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E41757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41757 is #1BE8A8. Grayscale: #5B5B5B. Windows color (decimal): -1829033 or 5707748. OLE color: 5707748.
HSL color Cylindrical-coordinate representation of color #E41757: hue angle of 341.27º 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 #E41757 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 87 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.11 |
| HSL | 341.27º | 0.82% | 0.49% | - |
| HSV(B) | 341.27º | 0.9% | 0.89% | - |
| XYZ | 34.02 | 17.79 | 10.66 | - |
| YUV | 91.59 | 125.42 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 87 | 0 | 0.90 | 0.62 | 0.11 | 341.27 | 0.82 | 0.49 |
| Hex | E4 | 17 | 57 | 0 | 5A | 3E | B | 155 | 52 | 31 |
| Octal | 344 | 27 | 127 | 0 | 132 | 76 | 13 | 525 | 122 | 61 |
| Binary | 11100100 | 10111 | 1010111 | 0 | 1011010 | 111110 | 1011 | 101010101 | 1010010 | 110001 |
Color Harmonies of #E41757
Complementary color
Monochromatic Colors of #E41757
Black with #E41757
Text Example
Text Example
White with #E41757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41757; }
p { color: rgb(228,23,87); }
H1.HeaderClassName
{
color: #E41757;
}
.AnyTagClassName
{
color: #E41757;
}
</style>
background-color css
<style>
a { background-color: #E41757; }
a { background-color: rgb(228,23,87); }
div.DivClassName
{
background-color: #E41757;
}
.BgClassName
{
background-color: #E41757;
}
</style>
border-color css
<style>
span { border-color: #E41757; }
span { border-color: rgb(228,23,87); }
td.TdClassName
{
border-color: #E41757;
}
.TagClassName
{
border-color: #E41757;
}
</style>