Shades of Ruby #E00B66
Tints of Ruby #E00B66
RGB
CMYK
RGB Variations
Color information
#E00B66 (or 0xE00B66) is known color: Ruby. HEX triplet: E0, 0B and 66. RGB value is (224,11,102). Sum of RGB (Red+Green+Blue) = 224+11+102=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B66 is #1FF499. Grayscale: #545454. Windows color (decimal): -2094234 or 6687712. OLE color: 6687712.
HSL color Cylindrical-coordinate representation of color #E00B66: hue angle of 334.37º 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 #E00B66 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 102 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.12 |
| HSL | 334.37º | 0.91% | 0.46% | - |
| HSV(B) | 334.37º | 0.95% | 0.88% | - |
| XYZ | 33.26 | 17.05 | 14.11 | - |
| YUV | 85.06 | 137.57 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 102 | 0 | 0.95 | 0.54 | 0.12 | 334.37 | 0.91 | 0.46 |
| Hex | E0 | B | 66 | 0 | 5F | 36 | C | 14E | 5B | 2E |
| Octal | 340 | 13 | 146 | 0 | 137 | 66 | 14 | 516 | 133 | 56 |
| Binary | 11100000 | 1011 | 1100110 | 0 | 1011111 | 110110 | 1100 | 101001110 | 1011011 | 101110 |
Color Harmonies of #E00B66
Complementary color
Monochromatic Colors of #E00B66
Black with #E00B66
Text Example
Text Example
White with #E00B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B66; }
p { color: rgb(224,11,102); }
H1.HeaderClassName
{
color: #E00B66;
}
.AnyTagClassName
{
color: #E00B66;
}
</style>
background-color css
<style>
a { background-color: #E00B66; }
a { background-color: rgb(224,11,102); }
div.DivClassName
{
background-color: #E00B66;
}
.BgClassName
{
background-color: #E00B66;
}
</style>
border-color css
<style>
span { border-color: #E00B66; }
span { border-color: rgb(224,11,102); }
td.TdClassName
{
border-color: #E00B66;
}
.TagClassName
{
border-color: #E00B66;
}
</style>