Shades of Ruby #E9155A
Tints of Ruby #E9155A
RGB
CMYK
RGB Variations
Color information
#E9155A (or 0xE9155A) is known color: Ruby. HEX triplet: E9, 15 and 5A. RGB value is (233,21,90). Sum of RGB (Red+Green+Blue) = 233+21+90=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9155A is #16EAA5. Grayscale: #5C5C5C. Windows color (decimal): -1501862 or 5903849. OLE color: 5903849.
HSL color Cylindrical-coordinate representation of color #E9155A: hue angle of 340.47º 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 #E9155A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.09 |
| HSL | 340.47º | 0.83% | 0.5% | - |
| HSV(B) | 340.47º | 0.91% | 0.91% | - |
| XYZ | 35.72 | 18.6 | 11.38 | - |
| YUV | 92.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 90 | 0 | 0.91 | 0.61 | 0.09 | 340.47 | 0.83 | 0.5 |
| Hex | E9 | 15 | 5A | 0 | 5B | 3D | 9 | 154 | 53 | 32 |
| Octal | 351 | 25 | 132 | 0 | 133 | 75 | 11 | 524 | 123 | 62 |
| Binary | 11101001 | 10101 | 1011010 | 0 | 1011011 | 111101 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E9155A
Complementary color
Monochromatic Colors of #E9155A
Black with #E9155A
Text Example
Text Example
White with #E9155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9155A; }
p { color: rgb(233,21,90); }
H1.HeaderClassName
{
color: #E9155A;
}
.AnyTagClassName
{
color: #E9155A;
}
</style>
background-color css
<style>
a { background-color: #E9155A; }
a { background-color: rgb(233,21,90); }
div.DivClassName
{
background-color: #E9155A;
}
.BgClassName
{
background-color: #E9155A;
}
</style>
border-color css
<style>
span { border-color: #E9155A; }
span { border-color: rgb(233,21,90); }
td.TdClassName
{
border-color: #E9155A;
}
.TagClassName
{
border-color: #E9155A;
}
</style>