Shades of Ruby #E91755
Tints of Ruby #E91755
RGB
CMYK
RGB Variations
Color information
#E91755 (or 0xE91755) is known color: Ruby. HEX triplet: E9, 17 and 55. RGB value is (233,23,85). Sum of RGB (Red+Green+Blue) = 233+23+85=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E91755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91755 is #16E8AA. Grayscale: #5C5C5C. Windows color (decimal): -1501355 or 5576681. OLE color: 5576681.
HSL color Cylindrical-coordinate representation of color #E91755: hue angle of 342.29º 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 #E91755 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 85 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.09 |
| HSL | 342.29º | 0.83% | 0.5% | - |
| HSV(B) | 342.29º | 0.9% | 0.91% | - |
| XYZ | 35.55 | 18.59 | 10.31 | - |
| YUV | 92.86 | 123.57 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 85 | 0 | 0.90 | 0.64 | 0.09 | 342.29 | 0.83 | 0.5 |
| Hex | E9 | 17 | 55 | 0 | 5A | 40 | 9 | 156 | 53 | 32 |
| Octal | 351 | 27 | 125 | 0 | 132 | 100 | 11 | 526 | 123 | 62 |
| Binary | 11101001 | 10111 | 1010101 | 0 | 1011010 | 1000000 | 1001 | 101010110 | 1010011 | 110010 |
Color Harmonies of #E91755
Complementary color
Monochromatic Colors of #E91755
Black with #E91755
Text Example
Text Example
White with #E91755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91755; }
p { color: rgb(233,23,85); }
H1.HeaderClassName
{
color: #E91755;
}
.AnyTagClassName
{
color: #E91755;
}
</style>
background-color css
<style>
a { background-color: #E91755; }
a { background-color: rgb(233,23,85); }
div.DivClassName
{
background-color: #E91755;
}
.BgClassName
{
background-color: #E91755;
}
</style>
border-color css
<style>
span { border-color: #E91755; }
span { border-color: rgb(233,23,85); }
td.TdClassName
{
border-color: #E91755;
}
.TagClassName
{
border-color: #E91755;
}
</style>