Shades of Ruby #E2146B
Tints of Ruby #E2146B
RGB
CMYK
RGB Variations
Color information
#E2146B (or 0xE2146B) is known color: Ruby. HEX triplet: E2, 14 and 6B. RGB value is (226,20,107). Sum of RGB (Red+Green+Blue) = 226+20+107=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2146B is #1DEB94. Grayscale: #5B5B5B. Windows color (decimal): -1960853 or 7017698. OLE color: 7017698.
HSL color Cylindrical-coordinate representation of color #E2146B: hue angle of 334.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2146B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.11 |
| HSL | 334.66º | 0.84% | 0.48% | - |
| HSV(B) | 334.66º | 0.91% | 0.89% | - |
| XYZ | 34.27 | 17.73 | 15.53 | - |
| YUV | 91.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 107 | 0 | 0.91 | 0.53 | 0.11 | 334.66 | 0.84 | 0.48 |
| Hex | E2 | 14 | 6B | 0 | 5B | 35 | B | 14F | 54 | 30 |
| Octal | 342 | 24 | 153 | 0 | 133 | 65 | 13 | 517 | 124 | 60 |
| Binary | 11100010 | 10100 | 1101011 | 0 | 1011011 | 110101 | 1011 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E2146B
Complementary color
Monochromatic Colors of #E2146B
Black with #E2146B
Text Example
Text Example
White with #E2146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2146B; }
p { color: rgb(226,20,107); }
H1.HeaderClassName
{
color: #E2146B;
}
.AnyTagClassName
{
color: #E2146B;
}
</style>
background-color css
<style>
a { background-color: #E2146B; }
a { background-color: rgb(226,20,107); }
div.DivClassName
{
background-color: #E2146B;
}
.BgClassName
{
background-color: #E2146B;
}
</style>
border-color css
<style>
span { border-color: #E2146B; }
span { border-color: rgb(226,20,107); }
td.TdClassName
{
border-color: #E2146B;
}
.TagClassName
{
border-color: #E2146B;
}
</style>