Shades of Ruby #E9155C
Tints of Ruby #E9155C
RGB
CMYK
RGB Variations
Color information
#E9155C (or 0xE9155C) is known color: Ruby. HEX triplet: E9, 15 and 5C. RGB value is (233,21,92). Sum of RGB (Red+Green+Blue) = 233+21+92=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9155C is #16EAA3. Grayscale: #5C5C5C. Windows color (decimal): -1501860 or 6034921. OLE color: 6034921.
HSL color Cylindrical-coordinate representation of color #E9155C: hue angle of 339.91º 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 #E9155C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.09 |
| HSL | 339.91º | 0.83% | 0.5% | - |
| HSV(B) | 339.91º | 0.91% | 0.91% | - |
| XYZ | 35.8 | 18.63 | 11.83 | - |
| YUV | 92.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 92 | 0 | 0.91 | 0.61 | 0.09 | 339.91 | 0.83 | 0.5 |
| Hex | E9 | 15 | 5C | 0 | 5B | 3D | 9 | 154 | 53 | 32 |
| Octal | 351 | 25 | 134 | 0 | 133 | 75 | 11 | 524 | 123 | 62 |
| Binary | 11101001 | 10101 | 1011100 | 0 | 1011011 | 111101 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E9155C
Complementary color
Monochromatic Colors of #E9155C
Black with #E9155C
Text Example
Text Example
White with #E9155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9155C; }
p { color: rgb(233,21,92); }
H1.HeaderClassName
{
color: #E9155C;
}
.AnyTagClassName
{
color: #E9155C;
}
</style>
background-color css
<style>
a { background-color: #E9155C; }
a { background-color: rgb(233,21,92); }
div.DivClassName
{
background-color: #E9155C;
}
.BgClassName
{
background-color: #E9155C;
}
</style>
border-color css
<style>
span { border-color: #E9155C; }
span { border-color: rgb(233,21,92); }
td.TdClassName
{
border-color: #E9155C;
}
.TagClassName
{
border-color: #E9155C;
}
</style>