Shades of Ruby #E00B71
Tints of Ruby #E00B71
RGB
CMYK
RGB Variations
Color information
#E00B71 (or 0xE00B71) is known color: Ruby. HEX triplet: E0, 0B and 71. RGB value is (224,11,113). Sum of RGB (Red+Green+Blue) = 224+11+113=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B71 is #1FF48E. Grayscale: #565656. Windows color (decimal): -2094223 or 7408608. OLE color: 7408608.
HSL color Cylindrical-coordinate representation of color #E00B71: hue angle of 331.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B71 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 113 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.12 |
| HSL | 331.27º | 0.91% | 0.46% | - |
| HSV(B) | 331.27º | 0.95% | 0.88% | - |
| XYZ | 33.84 | 17.28 | 17.17 | - |
| YUV | 86.32 | 143.07 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 113 | 0 | 0.95 | 0.50 | 0.12 | 331.27 | 0.91 | 0.46 |
| Hex | E0 | B | 71 | 0 | 5F | 32 | C | 14B | 5B | 2E |
| Octal | 340 | 13 | 161 | 0 | 137 | 62 | 14 | 513 | 133 | 56 |
| Binary | 11100000 | 1011 | 1110001 | 0 | 1011111 | 110010 | 1100 | 101001011 | 1011011 | 101110 |
Color Harmonies of #E00B71
Complementary color
Monochromatic Colors of #E00B71
Black with #E00B71
Text Example
Text Example
White with #E00B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B71; }
p { color: rgb(224,11,113); }
H1.HeaderClassName
{
color: #E00B71;
}
.AnyTagClassName
{
color: #E00B71;
}
</style>
background-color css
<style>
a { background-color: #E00B71; }
a { background-color: rgb(224,11,113); }
div.DivClassName
{
background-color: #E00B71;
}
.BgClassName
{
background-color: #E00B71;
}
</style>
border-color css
<style>
span { border-color: #E00B71; }
span { border-color: rgb(224,11,113); }
td.TdClassName
{
border-color: #E00B71;
}
.TagClassName
{
border-color: #E00B71;
}
</style>