Shades of Ruby #E5145B
Tints of Ruby #E5145B
RGB
CMYK
RGB Variations
Color information
#E5145B (or 0xE5145B) is known color: Ruby. HEX triplet: E5, 14 and 5B. RGB value is (229,20,91). Sum of RGB (Red+Green+Blue) = 229+20+91=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5145B is #1AEBA4. Grayscale: #5A5A5A. Windows color (decimal): -1764261 or 5969125. OLE color: 5969125.
HSL color Cylindrical-coordinate representation of color #E5145B: hue angle of 339.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5145B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 91 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.10 |
| HSL | 339.62º | 0.84% | 0.49% | - |
| HSV(B) | 339.62º | 0.91% | 0.9% | - |
| XYZ | 34.45 | 17.91 | 11.54 | - |
| YUV | 90.59 | 128.24 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 91 | 0 | 0.91 | 0.60 | 0.10 | 339.62 | 0.84 | 0.49 |
| Hex | E5 | 14 | 5B | 0 | 5B | 3C | A | 154 | 54 | 31 |
| Octal | 345 | 24 | 133 | 0 | 133 | 74 | 12 | 524 | 124 | 61 |
| Binary | 11100101 | 10100 | 1011011 | 0 | 1011011 | 111100 | 1010 | 101010100 | 1010100 | 110001 |
Color Harmonies of #E5145B
Complementary color
Monochromatic Colors of #E5145B
Black with #E5145B
Text Example
Text Example
White with #E5145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5145B; }
p { color: rgb(229,20,91); }
H1.HeaderClassName
{
color: #E5145B;
}
.AnyTagClassName
{
color: #E5145B;
}
</style>
background-color css
<style>
a { background-color: #E5145B; }
a { background-color: rgb(229,20,91); }
div.DivClassName
{
background-color: #E5145B;
}
.BgClassName
{
background-color: #E5145B;
}
</style>
border-color css
<style>
span { border-color: #E5145B; }
span { border-color: rgb(229,20,91); }
td.TdClassName
{
border-color: #E5145B;
}
.TagClassName
{
border-color: #E5145B;
}
</style>