Shades of Ruby #E91967
Tints of Ruby #E91967
RGB
CMYK
RGB Variations
Color information
#E91967 (or 0xE91967) is known color: Ruby. HEX triplet: E9, 19 and 67. RGB value is (233,25,103). Sum of RGB (Red+Green+Blue) = 233+25+103=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E91967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91967 is #16E698. Grayscale: #5F5F5F. Windows color (decimal): -1500825 or 6756841. OLE color: 6756841.
HSL color Cylindrical-coordinate representation of color #E91967: hue angle of 337.5º 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 #E91967 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 103 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.09 |
| HSL | 337.5º | 0.83% | 0.51% | - |
| HSV(B) | 337.5º | 0.89% | 0.91% | - |
| XYZ | 36.4 | 19 | 14.58 | - |
| YUV | 96.08 | 131.91 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 103 | 0 | 0.89 | 0.56 | 0.09 | 337.5 | 0.83 | 0.51 |
| Hex | E9 | 19 | 67 | 0 | 59 | 38 | 9 | 152 | 53 | 33 |
| Octal | 351 | 31 | 147 | 0 | 131 | 70 | 11 | 522 | 123 | 63 |
| Binary | 11101001 | 11001 | 1100111 | 0 | 1011001 | 111000 | 1001 | 101010010 | 1010011 | 110011 |
Color Harmonies of #E91967
Complementary color
Monochromatic Colors of #E91967
Black with #E91967
Text Example
Text Example
White with #E91967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91967; }
p { color: rgb(233,25,103); }
H1.HeaderClassName
{
color: #E91967;
}
.AnyTagClassName
{
color: #E91967;
}
</style>
background-color css
<style>
a { background-color: #E91967; }
a { background-color: rgb(233,25,103); }
div.DivClassName
{
background-color: #E91967;
}
.BgClassName
{
background-color: #E91967;
}
</style>
border-color css
<style>
span { border-color: #E91967; }
span { border-color: rgb(233,25,103); }
td.TdClassName
{
border-color: #E91967;
}
.TagClassName
{
border-color: #E91967;
}
</style>