Shades of Ruby #E4145B
Tints of Ruby #E4145B
RGB
CMYK
RGB Variations
Color information
#E4145B (or 0xE4145B) is known color: Ruby. HEX triplet: E4, 14 and 5B. RGB value is (228,20,91). Sum of RGB (Red+Green+Blue) = 228+20+91=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E4145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4145B is #1BEBA4. Grayscale: #5A5A5A. Windows color (decimal): -1829797 or 5969124. OLE color: 5969124.
HSL color Cylindrical-coordinate representation of color #E4145B: hue angle of 339.52º degrees, saturation: 0.84, 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 #E4145B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 91 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.11 |
| HSL | 339.52º | 0.84% | 0.49% | - |
| HSV(B) | 339.52º | 0.91% | 0.89% | - |
| XYZ | 34.13 | 17.75 | 11.52 | - |
| YUV | 90.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 91 | 0 | 0.91 | 0.60 | 0.11 | 339.52 | 0.84 | 0.49 |
| Hex | E4 | 14 | 5B | 0 | 5B | 3C | B | 154 | 54 | 31 |
| Octal | 344 | 24 | 133 | 0 | 133 | 74 | 13 | 524 | 124 | 61 |
| Binary | 11100100 | 10100 | 1011011 | 0 | 1011011 | 111100 | 1011 | 101010100 | 1010100 | 110001 |
Color Harmonies of #E4145B
Complementary color
Monochromatic Colors of #E4145B
Black with #E4145B
Text Example
Text Example
White with #E4145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4145B; }
p { color: rgb(228,20,91); }
H1.HeaderClassName
{
color: #E4145B;
}
.AnyTagClassName
{
color: #E4145B;
}
</style>
background-color css
<style>
a { background-color: #E4145B; }
a { background-color: rgb(228,20,91); }
div.DivClassName
{
background-color: #E4145B;
}
.BgClassName
{
background-color: #E4145B;
}
</style>
border-color css
<style>
span { border-color: #E4145B; }
span { border-color: rgb(228,20,91); }
td.TdClassName
{
border-color: #E4145B;
}
.TagClassName
{
border-color: #E4145B;
}
</style>