Shades of Ruby #E91854
Tints of Ruby #E91854
RGB
CMYK
RGB Variations
Color information
#E91854 (or 0xE91854) is known color: Ruby. HEX triplet: E9, 18 and 54. RGB value is (233,24,84). Sum of RGB (Red+Green+Blue) = 233+24+84=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E91854 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91854 is #16E7AB. Grayscale: #5D5D5D. Windows color (decimal): -1501100 or 5511401. OLE color: 5511401.
HSL color Cylindrical-coordinate representation of color #E91854: hue angle of 342.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91854 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 84 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.09 |
| HSL | 342.78º | 0.83% | 0.5% | - |
| HSV(B) | 342.78º | 0.9% | 0.91% | - |
| XYZ | 35.53 | 18.62 | 10.11 | - |
| YUV | 93.33 | 122.74 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 84 | 0 | 0.90 | 0.64 | 0.09 | 342.78 | 0.83 | 0.5 |
| Hex | E9 | 18 | 54 | 0 | 5A | 40 | 9 | 157 | 53 | 32 |
| Octal | 351 | 30 | 124 | 0 | 132 | 100 | 11 | 527 | 123 | 62 |
| Binary | 11101001 | 11000 | 1010100 | 0 | 1011010 | 1000000 | 1001 | 101010111 | 1010011 | 110010 |
Color Harmonies of #E91854
Complementary color
Monochromatic Colors of #E91854
Black with #E91854
Text Example
Text Example
White with #E91854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91854; }
p { color: rgb(233,24,84); }
H1.HeaderClassName
{
color: #E91854;
}
.AnyTagClassName
{
color: #E91854;
}
</style>
background-color css
<style>
a { background-color: #E91854; }
a { background-color: rgb(233,24,84); }
div.DivClassName
{
background-color: #E91854;
}
.BgClassName
{
background-color: #E91854;
}
</style>
border-color css
<style>
span { border-color: #E91854; }
span { border-color: rgb(233,24,84); }
td.TdClassName
{
border-color: #E91854;
}
.TagClassName
{
border-color: #E91854;
}
</style>