Shades of Ruby #E1145B
Tints of Ruby #E1145B
RGB
CMYK
RGB Variations
Color information
#E1145B (or 0xE1145B) is known color: Ruby. HEX triplet: E1, 14 and 5B. RGB value is (225,20,91). Sum of RGB (Red+Green+Blue) = 225+20+91=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1145B is #1EEBA4. Grayscale: #595959. Windows color (decimal): -2026405 or 5969121. OLE color: 5969121.
HSL color Cylindrical-coordinate representation of color #E1145B: hue angle of 339.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1145B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 91 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.12 |
| HSL | 339.22º | 0.84% | 0.48% | - |
| HSV(B) | 339.22º | 0.91% | 0.88% | - |
| XYZ | 33.19 | 17.26 | 11.48 | - |
| YUV | 89.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 91 | 0 | 0.91 | 0.60 | 0.12 | 339.22 | 0.84 | 0.48 |
| Hex | E1 | 14 | 5B | 0 | 5B | 3C | C | 153 | 54 | 30 |
| Octal | 341 | 24 | 133 | 0 | 133 | 74 | 14 | 523 | 124 | 60 |
| Binary | 11100001 | 10100 | 1011011 | 0 | 1011011 | 111100 | 1100 | 101010011 | 1010100 | 110000 |
Color Harmonies of #E1145B
Complementary color
Monochromatic Colors of #E1145B
Black with #E1145B
Text Example
Text Example
White with #E1145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1145B; }
p { color: rgb(225,20,91); }
H1.HeaderClassName
{
color: #E1145B;
}
.AnyTagClassName
{
color: #E1145B;
}
</style>
background-color css
<style>
a { background-color: #E1145B; }
a { background-color: rgb(225,20,91); }
div.DivClassName
{
background-color: #E1145B;
}
.BgClassName
{
background-color: #E1145B;
}
</style>
border-color css
<style>
span { border-color: #E1145B; }
span { border-color: rgb(225,20,91); }
td.TdClassName
{
border-color: #E1145B;
}
.TagClassName
{
border-color: #E1145B;
}
</style>