Shades of Ruby #E81B5F
Tints of Ruby #E81B5F
RGB
CMYK
RGB Variations
Color information
#E81B5F (or 0xE81B5F) is known color: Ruby. HEX triplet: E8, 1B and 5F. RGB value is (232,27,95). Sum of RGB (Red+Green+Blue) = 232+27+95=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81B5F is #17E4A0. Grayscale: #5F5F5F. Windows color (decimal): -1565857 or 6233064. OLE color: 6233064.
HSL color Cylindrical-coordinate representation of color #E81B5F: hue angle of 340.1º 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 #E81B5F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 95 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.09 |
| HSL | 340.1º | 0.82% | 0.51% | - |
| HSV(B) | 340.1º | 0.88% | 0.91% | - |
| XYZ | 35.74 | 18.77 | 12.57 | - |
| YUV | 96.05 | 127.42 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 95 | 0 | 0.88 | 0.59 | 0.09 | 340.1 | 0.82 | 0.51 |
| Hex | E8 | 1B | 5F | 0 | 58 | 3B | 9 | 154 | 52 | 33 |
| Octal | 350 | 33 | 137 | 0 | 130 | 73 | 11 | 524 | 122 | 63 |
| Binary | 11101000 | 11011 | 1011111 | 0 | 1011000 | 111011 | 1001 | 101010100 | 1010010 | 110011 |
Color Harmonies of #E81B5F
Complementary color
Monochromatic Colors of #E81B5F
Black with #E81B5F
Text Example
Text Example
White with #E81B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B5F; }
p { color: rgb(232,27,95); }
H1.HeaderClassName
{
color: #E81B5F;
}
.AnyTagClassName
{
color: #E81B5F;
}
</style>
background-color css
<style>
a { background-color: #E81B5F; }
a { background-color: rgb(232,27,95); }
div.DivClassName
{
background-color: #E81B5F;
}
.BgClassName
{
background-color: #E81B5F;
}
</style>
border-color css
<style>
span { border-color: #E81B5F; }
span { border-color: rgb(232,27,95); }
td.TdClassName
{
border-color: #E81B5F;
}
.TagClassName
{
border-color: #E81B5F;
}
</style>