Shades of Ruby #E91868
Tints of Ruby #E91868
RGB
CMYK
RGB Variations
Color information
#E91868 (or 0xE91868) is known color: Ruby. HEX triplet: E9, 18 and 68. RGB value is (233,24,104). Sum of RGB (Red+Green+Blue) = 233+24+104=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E91868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91868 is #16E797. Grayscale: #5F5F5F. Windows color (decimal): -1501080 or 6822121. OLE color: 6822121.
HSL color Cylindrical-coordinate representation of color #E91868: hue angle of 337.03º 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 #E91868 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 104 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.09 |
| HSL | 337.03º | 0.83% | 0.5% | - |
| HSV(B) | 337.03º | 0.9% | 0.91% | - |
| XYZ | 36.43 | 18.98 | 14.84 | - |
| YUV | 95.61 | 132.74 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 104 | 0 | 0.90 | 0.55 | 0.09 | 337.03 | 0.83 | 0.5 |
| Hex | E9 | 18 | 68 | 0 | 5A | 37 | 9 | 151 | 53 | 32 |
| Octal | 351 | 30 | 150 | 0 | 132 | 67 | 11 | 521 | 123 | 62 |
| Binary | 11101001 | 11000 | 1101000 | 0 | 1011010 | 110111 | 1001 | 101010001 | 1010011 | 110010 |
Color Harmonies of #E91868
Complementary color
Monochromatic Colors of #E91868
Black with #E91868
Text Example
Text Example
White with #E91868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91868; }
p { color: rgb(233,24,104); }
H1.HeaderClassName
{
color: #E91868;
}
.AnyTagClassName
{
color: #E91868;
}
</style>
background-color css
<style>
a { background-color: #E91868; }
a { background-color: rgb(233,24,104); }
div.DivClassName
{
background-color: #E91868;
}
.BgClassName
{
background-color: #E91868;
}
</style>
border-color css
<style>
span { border-color: #E91868; }
span { border-color: rgb(233,24,104); }
td.TdClassName
{
border-color: #E91868;
}
.TagClassName
{
border-color: #E91868;
}
</style>