Shades of Ruby #E9146B
Tints of Ruby #E9146B
RGB
CMYK
RGB Variations
Color information
#E9146B (or 0xE9146B) is known color: Ruby. HEX triplet: E9, 14 and 6B. RGB value is (233,20,107). Sum of RGB (Red+Green+Blue) = 233+20+107=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9146B is #16EB94. Grayscale: #5D5D5D. Windows color (decimal): -1502101 or 7017705. OLE color: 7017705.
HSL color Cylindrical-coordinate representation of color #E9146B: hue angle of 335.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9146B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.09 |
| HSL | 335.49º | 0.84% | 0.5% | - |
| HSV(B) | 335.49º | 0.91% | 0.91% | - |
| XYZ | 36.51 | 18.89 | 15.63 | - |
| YUV | 93.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 107 | 0 | 0.91 | 0.54 | 0.09 | 335.49 | 0.84 | 0.5 |
| Hex | E9 | 14 | 6B | 0 | 5B | 36 | 9 | 14F | 54 | 32 |
| Octal | 351 | 24 | 153 | 0 | 133 | 66 | 11 | 517 | 124 | 62 |
| Binary | 11101001 | 10100 | 1101011 | 0 | 1011011 | 110110 | 1001 | 101001111 | 1010100 | 110010 |
Color Harmonies of #E9146B
Complementary color
Monochromatic Colors of #E9146B
Black with #E9146B
Text Example
Text Example
White with #E9146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9146B; }
p { color: rgb(233,20,107); }
H1.HeaderClassName
{
color: #E9146B;
}
.AnyTagClassName
{
color: #E9146B;
}
</style>
background-color css
<style>
a { background-color: #E9146B; }
a { background-color: rgb(233,20,107); }
div.DivClassName
{
background-color: #E9146B;
}
.BgClassName
{
background-color: #E9146B;
}
</style>
border-color css
<style>
span { border-color: #E9146B; }
span { border-color: rgb(233,20,107); }
td.TdClassName
{
border-color: #E9146B;
}
.TagClassName
{
border-color: #E9146B;
}
</style>