Shades of Ruby #E9156A
Tints of Ruby #E9156A
RGB
CMYK
RGB Variations
Color information
#E9156A (or 0xE9156A) is known color: Ruby. HEX triplet: E9, 15 and 6A. RGB value is (233,21,106). Sum of RGB (Red+Green+Blue) = 233+21+106=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9156A is #16EA95. Grayscale: #5D5D5D. Windows color (decimal): -1501846 or 6952425. OLE color: 6952425.
HSL color Cylindrical-coordinate representation of color #E9156A: hue angle of 335.94º 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 #E9156A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 106 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 335.94º | 0.83% | 0.5% | - |
| HSV(B) | 335.94º | 0.91% | 0.91% | - |
| XYZ | 36.47 | 18.9 | 15.36 | - |
| YUV | 94.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 106 | 0 | 0.91 | 0.55 | 0.09 | 335.94 | 0.83 | 0.5 |
| Hex | E9 | 15 | 6A | 0 | 5B | 37 | 9 | 150 | 53 | 32 |
| Octal | 351 | 25 | 152 | 0 | 133 | 67 | 11 | 520 | 123 | 62 |
| Binary | 11101001 | 10101 | 1101010 | 0 | 1011011 | 110111 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E9156A
Complementary color
Monochromatic Colors of #E9156A
Black with #E9156A
Text Example
Text Example
White with #E9156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9156A; }
p { color: rgb(233,21,106); }
H1.HeaderClassName
{
color: #E9156A;
}
.AnyTagClassName
{
color: #E9156A;
}
</style>
background-color css
<style>
a { background-color: #E9156A; }
a { background-color: rgb(233,21,106); }
div.DivClassName
{
background-color: #E9156A;
}
.BgClassName
{
background-color: #E9156A;
}
</style>
border-color css
<style>
span { border-color: #E9156A; }
span { border-color: rgb(233,21,106); }
td.TdClassName
{
border-color: #E9156A;
}
.TagClassName
{
border-color: #E9156A;
}
</style>