Shades of Ruby #E91953
Tints of Ruby #E91953
RGB
CMYK
RGB Variations
Color information
#E91953 (or 0xE91953) is known color: Ruby. HEX triplet: E9, 19 and 53. RGB value is (233,25,83). Sum of RGB (Red+Green+Blue) = 233+25+83=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E91953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91953 is #16E6AC. Grayscale: #5D5D5D. Windows color (decimal): -1500845 or 5446121. OLE color: 5446121.
HSL color Cylindrical-coordinate representation of color #E91953: hue angle of 343.27º 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 #E91953 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 83 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.09 |
| HSL | 343.27º | 0.83% | 0.51% | - |
| HSV(B) | 343.27º | 0.89% | 0.91% | - |
| XYZ | 35.51 | 18.64 | 9.91 | - |
| YUV | 93.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 83 | 0 | 0.89 | 0.64 | 0.09 | 343.27 | 0.83 | 0.51 |
| Hex | E9 | 19 | 53 | 0 | 59 | 40 | 9 | 157 | 53 | 33 |
| Octal | 351 | 31 | 123 | 0 | 131 | 100 | 11 | 527 | 123 | 63 |
| Binary | 11101001 | 11001 | 1010011 | 0 | 1011001 | 1000000 | 1001 | 101010111 | 1010011 | 110011 |
Color Harmonies of #E91953
Complementary color
Monochromatic Colors of #E91953
Black with #E91953
Text Example
Text Example
White with #E91953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91953; }
p { color: rgb(233,25,83); }
H1.HeaderClassName
{
color: #E91953;
}
.AnyTagClassName
{
color: #E91953;
}
</style>
background-color css
<style>
a { background-color: #E91953; }
a { background-color: rgb(233,25,83); }
div.DivClassName
{
background-color: #E91953;
}
.BgClassName
{
background-color: #E91953;
}
</style>
border-color css
<style>
span { border-color: #E91953; }
span { border-color: rgb(233,25,83); }
td.TdClassName
{
border-color: #E91953;
}
.TagClassName
{
border-color: #E91953;
}
</style>