Shades of Ruby #E91A54
Tints of Ruby #E91A54
RGB
CMYK
RGB Variations
Color information
#E91A54 (or 0xE91A54) is known color: Ruby. HEX triplet: E9, 1A and 54. RGB value is (233,26,84). Sum of RGB (Red+Green+Blue) = 233+26+84=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A54 is #16E5AB. Grayscale: #5E5E5E. Windows color (decimal): -1500588 or 5511913. OLE color: 5511913.
HSL color Cylindrical-coordinate representation of color #E91A54: hue angle of 343.19º 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 #E91A54 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 84 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.09 |
| HSL | 343.19º | 0.82% | 0.51% | - |
| HSV(B) | 343.19º | 0.89% | 0.91% | - |
| XYZ | 35.57 | 18.7 | 10.12 | - |
| YUV | 94.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 84 | 0 | 0.89 | 0.64 | 0.09 | 343.19 | 0.82 | 0.51 |
| Hex | E9 | 1A | 54 | 0 | 59 | 40 | 9 | 157 | 52 | 33 |
| Octal | 351 | 32 | 124 | 0 | 131 | 100 | 11 | 527 | 122 | 63 |
| Binary | 11101001 | 11010 | 1010100 | 0 | 1011001 | 1000000 | 1001 | 101010111 | 1010010 | 110011 |
Color Harmonies of #E91A54
Complementary color
Monochromatic Colors of #E91A54
Black with #E91A54
Text Example
Text Example
White with #E91A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A54; }
p { color: rgb(233,26,84); }
H1.HeaderClassName
{
color: #E91A54;
}
.AnyTagClassName
{
color: #E91A54;
}
</style>
background-color css
<style>
a { background-color: #E91A54; }
a { background-color: rgb(233,26,84); }
div.DivClassName
{
background-color: #E91A54;
}
.BgClassName
{
background-color: #E91A54;
}
</style>
border-color css
<style>
span { border-color: #E91A54; }
span { border-color: rgb(233,26,84); }
td.TdClassName
{
border-color: #E91A54;
}
.TagClassName
{
border-color: #E91A54;
}
</style>