Shades of Ruby #E91954
Tints of Ruby #E91954
RGB
CMYK
RGB Variations
Color information
#E91954 (or 0xE91954) is known color: Ruby. HEX triplet: E9, 19 and 54. RGB value is (233,25,84). Sum of RGB (Red+Green+Blue) = 233+25+84=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E91954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91954 is #16E6AB. Grayscale: #5D5D5D. Windows color (decimal): -1500844 or 5511657. OLE color: 5511657.
HSL color Cylindrical-coordinate representation of color #E91954: hue angle of 342.98º degrees, saturation: 0.83, 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 #E91954 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 84 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.09 |
| HSL | 342.98º | 0.83% | 0.51% | - |
| HSV(B) | 342.98º | 0.89% | 0.91% | - |
| XYZ | 35.55 | 18.66 | 10.12 | - |
| YUV | 93.92 | 122.41 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 84 | 0 | 0.89 | 0.64 | 0.09 | 342.98 | 0.83 | 0.51 |
| Hex | E9 | 19 | 54 | 0 | 59 | 40 | 9 | 157 | 53 | 33 |
| Octal | 351 | 31 | 124 | 0 | 131 | 100 | 11 | 527 | 123 | 63 |
| Binary | 11101001 | 11001 | 1010100 | 0 | 1011001 | 1000000 | 1001 | 101010111 | 1010011 | 110011 |
Color Harmonies of #E91954
Complementary color
Monochromatic Colors of #E91954
Black with #E91954
Text Example
Text Example
White with #E91954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91954; }
p { color: rgb(233,25,84); }
H1.HeaderClassName
{
color: #E91954;
}
.AnyTagClassName
{
color: #E91954;
}
</style>
background-color css
<style>
a { background-color: #E91954; }
a { background-color: rgb(233,25,84); }
div.DivClassName
{
background-color: #E91954;
}
.BgClassName
{
background-color: #E91954;
}
</style>
border-color css
<style>
span { border-color: #E91954; }
span { border-color: rgb(233,25,84); }
td.TdClassName
{
border-color: #E91954;
}
.TagClassName
{
border-color: #E91954;
}
</style>