Shades of Ruby #E91A55
Tints of Ruby #E91A55
RGB
CMYK
RGB Variations
Color information
#E91A55 (or 0xE91A55) is known color: Ruby. HEX triplet: E9, 1A and 55. RGB value is (233,26,85). Sum of RGB (Red+Green+Blue) = 233+26+85=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A55 is #16E5AA. Grayscale: #5E5E5E. Windows color (decimal): -1500587 or 5577449. OLE color: 5577449.
HSL color Cylindrical-coordinate representation of color #E91A55: hue angle of 342.9º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A55 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 85 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.09 |
| HSL | 342.9º | 0.82% | 0.51% | - |
| HSV(B) | 342.9º | 0.89% | 0.91% | - |
| XYZ | 35.61 | 18.72 | 10.33 | - |
| YUV | 94.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 85 | 0 | 0.89 | 0.64 | 0.09 | 342.9 | 0.82 | 0.51 |
| Hex | E9 | 1A | 55 | 0 | 59 | 40 | 9 | 157 | 52 | 33 |
| Octal | 351 | 32 | 125 | 0 | 131 | 100 | 11 | 527 | 122 | 63 |
| Binary | 11101001 | 11010 | 1010101 | 0 | 1011001 | 1000000 | 1001 | 101010111 | 1010010 | 110011 |
Color Harmonies of #E91A55
Complementary color
Monochromatic Colors of #E91A55
Black with #E91A55
Text Example
Text Example
White with #E91A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A55; }
p { color: rgb(233,26,85); }
H1.HeaderClassName
{
color: #E91A55;
}
.AnyTagClassName
{
color: #E91A55;
}
</style>
background-color css
<style>
a { background-color: #E91A55; }
a { background-color: rgb(233,26,85); }
div.DivClassName
{
background-color: #E91A55;
}
.BgClassName
{
background-color: #E91A55;
}
</style>
border-color css
<style>
span { border-color: #E91A55; }
span { border-color: rgb(233,26,85); }
td.TdClassName
{
border-color: #E91A55;
}
.TagClassName
{
border-color: #E91A55;
}
</style>