Shades of Ruby #E81B5B
Tints of Ruby #E81B5B
RGB
CMYK
RGB Variations
Color information
#E81B5B (or 0xE81B5B) is known color: Ruby. HEX triplet: E8, 1B and 5B. RGB value is (232,27,91). Sum of RGB (Red+Green+Blue) = 232+27+91=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B5B is #17E4A4. Grayscale: #5F5F5F. Windows color (decimal): -1565861 or 5970920. OLE color: 5970920.
HSL color Cylindrical-coordinate representation of color #E81B5B: hue angle of 341.27º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B5B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 91 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.09 |
| HSL | 341.27º | 0.82% | 0.51% | - |
| HSV(B) | 341.27º | 0.88% | 0.91% | - |
| XYZ | 35.56 | 18.7 | 11.63 | - |
| YUV | 95.59 | 125.42 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 91 | 0 | 0.88 | 0.61 | 0.09 | 341.27 | 0.82 | 0.51 |
| Hex | E8 | 1B | 5B | 0 | 58 | 3D | 9 | 155 | 52 | 33 |
| Octal | 350 | 33 | 133 | 0 | 130 | 75 | 11 | 525 | 122 | 63 |
| Binary | 11101000 | 11011 | 1011011 | 0 | 1011000 | 111101 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E81B5B
Complementary color
Monochromatic Colors of #E81B5B
Black with #E81B5B
Text Example
Text Example
White with #E81B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B5B; }
p { color: rgb(232,27,91); }
H1.HeaderClassName
{
color: #E81B5B;
}
.AnyTagClassName
{
color: #E81B5B;
}
</style>
background-color css
<style>
a { background-color: #E81B5B; }
a { background-color: rgb(232,27,91); }
div.DivClassName
{
background-color: #E81B5B;
}
.BgClassName
{
background-color: #E81B5B;
}
</style>
border-color css
<style>
span { border-color: #E81B5B; }
span { border-color: rgb(232,27,91); }
td.TdClassName
{
border-color: #E81B5B;
}
.TagClassName
{
border-color: #E81B5B;
}
</style>