Shades of Ruby #E4155B
Tints of Ruby #E4155B
RGB
CMYK
RGB Variations
Color information
#E4155B (or 0xE4155B) is known color: Ruby. HEX triplet: E4, 15 and 5B. RGB value is (228,21,91). Sum of RGB (Red+Green+Blue) = 228+21+91=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E4155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4155B is #1BEAA4. Grayscale: #5A5A5A. Windows color (decimal): -1829541 or 5969380. OLE color: 5969380.
HSL color Cylindrical-coordinate representation of color #E4155B: hue angle of 339.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4155B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 91 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.11 |
| HSL | 339.71º | 0.83% | 0.49% | - |
| HSV(B) | 339.71º | 0.91% | 0.89% | - |
| XYZ | 34.15 | 17.79 | 11.53 | - |
| YUV | 90.87 | 128.08 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 91 | 0 | 0.91 | 0.60 | 0.11 | 339.71 | 0.83 | 0.49 |
| Hex | E4 | 15 | 5B | 0 | 5B | 3C | B | 154 | 53 | 31 |
| Octal | 344 | 25 | 133 | 0 | 133 | 74 | 13 | 524 | 123 | 61 |
| Binary | 11100100 | 10101 | 1011011 | 0 | 1011011 | 111100 | 1011 | 101010100 | 1010011 | 110001 |
Color Harmonies of #E4155B
Complementary color
Monochromatic Colors of #E4155B
Black with #E4155B
Text Example
Text Example
White with #E4155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4155B; }
p { color: rgb(228,21,91); }
H1.HeaderClassName
{
color: #E4155B;
}
.AnyTagClassName
{
color: #E4155B;
}
</style>
background-color css
<style>
a { background-color: #E4155B; }
a { background-color: rgb(228,21,91); }
div.DivClassName
{
background-color: #E4155B;
}
.BgClassName
{
background-color: #E4155B;
}
</style>
border-color css
<style>
span { border-color: #E4155B; }
span { border-color: rgb(228,21,91); }
td.TdClassName
{
border-color: #E4155B;
}
.TagClassName
{
border-color: #E4155B;
}
</style>