Shades of Ruby #E91964
Tints of Ruby #E91964
RGB
CMYK
RGB Variations
Color information
#E91964 (or 0xE91964) is known color: Ruby. HEX triplet: E9, 19 and 64. RGB value is (233,25,100). Sum of RGB (Red+Green+Blue) = 233+25+100=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E91964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91964 is #16E69B. Grayscale: #5F5F5F. Windows color (decimal): -1500828 or 6560233. OLE color: 6560233.
HSL color Cylindrical-coordinate representation of color #E91964: hue angle of 338.37º 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 #E91964 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 100 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.09 |
| HSL | 338.37º | 0.83% | 0.51% | - |
| HSV(B) | 338.37º | 0.89% | 0.91% | - |
| XYZ | 36.25 | 18.94 | 13.8 | - |
| YUV | 95.74 | 130.41 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 100 | 0 | 0.89 | 0.57 | 0.09 | 338.37 | 0.83 | 0.51 |
| Hex | E9 | 19 | 64 | 0 | 59 | 39 | 9 | 152 | 53 | 33 |
| Octal | 351 | 31 | 144 | 0 | 131 | 71 | 11 | 522 | 123 | 63 |
| Binary | 11101001 | 11001 | 1100100 | 0 | 1011001 | 111001 | 1001 | 101010010 | 1010011 | 110011 |
Color Harmonies of #E91964
Complementary color
Monochromatic Colors of #E91964
Black with #E91964
Text Example
Text Example
White with #E91964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91964; }
p { color: rgb(233,25,100); }
H1.HeaderClassName
{
color: #E91964;
}
.AnyTagClassName
{
color: #E91964;
}
</style>
background-color css
<style>
a { background-color: #E91964; }
a { background-color: rgb(233,25,100); }
div.DivClassName
{
background-color: #E91964;
}
.BgClassName
{
background-color: #E91964;
}
</style>
border-color css
<style>
span { border-color: #E91964; }
span { border-color: rgb(233,25,100); }
td.TdClassName
{
border-color: #E91964;
}
.TagClassName
{
border-color: #E91964;
}
</style>