Shades of Ruby #E01B5B
Tints of Ruby #E01B5B
RGB
CMYK
RGB Variations
Color information
#E01B5B (or 0xE01B5B) is known color: Ruby. HEX triplet: E0, 1B and 5B. RGB value is (224,27,91). Sum of RGB (Red+Green+Blue) = 224+27+91=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B5B is #1FE4A4. Grayscale: #5D5D5D. Windows color (decimal): -2090149 or 5970912. OLE color: 5970912.
HSL color Cylindrical-coordinate representation of color #E01B5B: hue angle of 340.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01B5B is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 91 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.12 |
| HSL | 340.51º | 0.78% | 0.49% | - |
| HSV(B) | 340.51º | 0.88% | 0.88% | - |
| XYZ | 33.02 | 17.39 | 11.51 | - |
| YUV | 93.2 | 126.77 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 91 | 0 | 0.88 | 0.59 | 0.12 | 340.51 | 0.78 | 0.49 |
| Hex | E0 | 1B | 5B | 0 | 58 | 3B | C | 155 | 4E | 31 |
| Octal | 340 | 33 | 133 | 0 | 130 | 73 | 14 | 525 | 116 | 61 |
| Binary | 11100000 | 11011 | 1011011 | 0 | 1011000 | 111011 | 1100 | 101010101 | 1001110 | 110001 |
Color Harmonies of #E01B5B
Complementary color
Monochromatic Colors of #E01B5B
Black with #E01B5B
Text Example
Text Example
White with #E01B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B5B; }
p { color: rgb(224,27,91); }
H1.HeaderClassName
{
color: #E01B5B;
}
.AnyTagClassName
{
color: #E01B5B;
}
</style>
background-color css
<style>
a { background-color: #E01B5B; }
a { background-color: rgb(224,27,91); }
div.DivClassName
{
background-color: #E01B5B;
}
.BgClassName
{
background-color: #E01B5B;
}
</style>
border-color css
<style>
span { border-color: #E01B5B; }
span { border-color: rgb(224,27,91); }
td.TdClassName
{
border-color: #E01B5B;
}
.TagClassName
{
border-color: #E01B5B;
}
</style>