Shades of Ruby #E91263
Tints of Ruby #E91263
RGB
CMYK
RGB Variations
Color information
#E91263 (or 0xE91263) is known color: Ruby. HEX triplet: E9, 12 and 63. RGB value is (233,18,99). Sum of RGB (Red+Green+Blue) = 233+18+99=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E91263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91263 is #16ED9C. Grayscale: #5B5B5B. Windows color (decimal): -1502621 or 6492905. OLE color: 6492905.
HSL color Cylindrical-coordinate representation of color #E91263: hue angle of 337.4º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91263 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 99 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.09 |
| HSL | 337.4º | 0.86% | 0.49% | - |
| HSV(B) | 337.4º | 0.92% | 0.91% | - |
| XYZ | 36.07 | 18.66 | 13.5 | - |
| YUV | 91.52 | 132.23 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 99 | 0 | 0.92 | 0.58 | 0.09 | 337.4 | 0.86 | 0.49 |
| Hex | E9 | 12 | 63 | 0 | 5C | 3A | 9 | 151 | 56 | 31 |
| Octal | 351 | 22 | 143 | 0 | 134 | 72 | 11 | 521 | 126 | 61 |
| Binary | 11101001 | 10010 | 1100011 | 0 | 1011100 | 111010 | 1001 | 101010001 | 1010110 | 110001 |
Color Harmonies of #E91263
Complementary color
Monochromatic Colors of #E91263
Black with #E91263
Text Example
Text Example
White with #E91263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91263; }
p { color: rgb(233,18,99); }
H1.HeaderClassName
{
color: #E91263;
}
.AnyTagClassName
{
color: #E91263;
}
</style>
background-color css
<style>
a { background-color: #E91263; }
a { background-color: rgb(233,18,99); }
div.DivClassName
{
background-color: #E91263;
}
.BgClassName
{
background-color: #E91263;
}
</style>
border-color css
<style>
span { border-color: #E91263; }
span { border-color: rgb(233,18,99); }
td.TdClassName
{
border-color: #E91263;
}
.TagClassName
{
border-color: #E91263;
}
</style>