Shades of Ruby #E9156C
Tints of Ruby #E9156C
RGB
CMYK
RGB Variations
Color information
#E9156C (or 0xE9156C) is known color: Ruby. HEX triplet: E9, 15 and 6C. RGB value is (233,21,108). Sum of RGB (Red+Green+Blue) = 233+21+108=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9156C is #16EA93. Grayscale: #5E5E5E. Windows color (decimal): -1501844 or 7083497. OLE color: 7083497.
HSL color Cylindrical-coordinate representation of color #E9156C: hue angle of 335.38º degrees, saturation: 0.83, 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 #E9156C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 108 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.09 |
| HSL | 335.38º | 0.83% | 0.5% | - |
| HSV(B) | 335.38º | 0.91% | 0.91% | - |
| XYZ | 36.58 | 18.94 | 15.92 | - |
| YUV | 94.31 | 135.74 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 108 | 0 | 0.91 | 0.54 | 0.09 | 335.38 | 0.83 | 0.5 |
| Hex | E9 | 15 | 6C | 0 | 5B | 36 | 9 | 14F | 53 | 32 |
| Octal | 351 | 25 | 154 | 0 | 133 | 66 | 11 | 517 | 123 | 62 |
| Binary | 11101001 | 10101 | 1101100 | 0 | 1011011 | 110110 | 1001 | 101001111 | 1010011 | 110010 |
Color Harmonies of #E9156C
Complementary color
Monochromatic Colors of #E9156C
Black with #E9156C
Text Example
Text Example
White with #E9156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9156C; }
p { color: rgb(233,21,108); }
H1.HeaderClassName
{
color: #E9156C;
}
.AnyTagClassName
{
color: #E9156C;
}
</style>
background-color css
<style>
a { background-color: #E9156C; }
a { background-color: rgb(233,21,108); }
div.DivClassName
{
background-color: #E9156C;
}
.BgClassName
{
background-color: #E9156C;
}
</style>
border-color css
<style>
span { border-color: #E9156C; }
span { border-color: rgb(233,21,108); }
td.TdClassName
{
border-color: #E9156C;
}
.TagClassName
{
border-color: #E9156C;
}
</style>