Shades of Ruby #E1146B
Tints of Ruby #E1146B
RGB
CMYK
RGB Variations
Color information
#E1146B (or 0xE1146B) is known color: Ruby. HEX triplet: E1, 14 and 6B. RGB value is (225,20,107). Sum of RGB (Red+Green+Blue) = 225+20+107=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1146B is #1EEB94. Grayscale: #5B5B5B. Windows color (decimal): -2026389 or 7017697. OLE color: 7017697.
HSL color Cylindrical-coordinate representation of color #E1146B: hue angle of 334.54º 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 #E1146B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.12 |
| HSL | 334.54º | 0.84% | 0.48% | - |
| HSV(B) | 334.54º | 0.91% | 0.88% | - |
| XYZ | 33.96 | 17.57 | 15.51 | - |
| YUV | 91.21 | 136.92 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 107 | 0 | 0.91 | 0.52 | 0.12 | 334.54 | 0.84 | 0.48 |
| Hex | E1 | 14 | 6B | 0 | 5B | 34 | C | 14F | 54 | 30 |
| Octal | 341 | 24 | 153 | 0 | 133 | 64 | 14 | 517 | 124 | 60 |
| Binary | 11100001 | 10100 | 1101011 | 0 | 1011011 | 110100 | 1100 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E1146B
Complementary color
Monochromatic Colors of #E1146B
Black with #E1146B
Text Example
Text Example
White with #E1146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1146B; }
p { color: rgb(225,20,107); }
H1.HeaderClassName
{
color: #E1146B;
}
.AnyTagClassName
{
color: #E1146B;
}
</style>
background-color css
<style>
a { background-color: #E1146B; }
a { background-color: rgb(225,20,107); }
div.DivClassName
{
background-color: #E1146B;
}
.BgClassName
{
background-color: #E1146B;
}
</style>
border-color css
<style>
span { border-color: #E1146B; }
span { border-color: rgb(225,20,107); }
td.TdClassName
{
border-color: #E1146B;
}
.TagClassName
{
border-color: #E1146B;
}
</style>