Shades of Ruby #E00B6B
Tints of Ruby #E00B6B
RGB
CMYK
RGB Variations
Color information
#E00B6B (or 0xE00B6B) is known color: Ruby. HEX triplet: E0, 0B and 6B. RGB value is (224,11,107). Sum of RGB (Red+Green+Blue) = 224+11+107=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B6B is #1FF494. Grayscale: #555555. Windows color (decimal): -2094229 or 7015392. OLE color: 7015392.
HSL color Cylindrical-coordinate representation of color #E00B6B: hue angle of 332.96º 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 #E00B6B is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 107 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.12 |
| HSL | 332.96º | 0.91% | 0.46% | - |
| HSV(B) | 332.96º | 0.95% | 0.88% | - |
| XYZ | 33.51 | 17.15 | 15.45 | - |
| YUV | 85.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 107 | 0 | 0.95 | 0.52 | 0.12 | 332.96 | 0.91 | 0.46 |
| Hex | E0 | B | 6B | 0 | 5F | 34 | C | 14D | 5B | 2E |
| Octal | 340 | 13 | 153 | 0 | 137 | 64 | 14 | 515 | 133 | 56 |
| Binary | 11100000 | 1011 | 1101011 | 0 | 1011111 | 110100 | 1100 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E00B6B
Complementary color
Monochromatic Colors of #E00B6B
Black with #E00B6B
Text Example
Text Example
White with #E00B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B6B; }
p { color: rgb(224,11,107); }
H1.HeaderClassName
{
color: #E00B6B;
}
.AnyTagClassName
{
color: #E00B6B;
}
</style>
background-color css
<style>
a { background-color: #E00B6B; }
a { background-color: rgb(224,11,107); }
div.DivClassName
{
background-color: #E00B6B;
}
.BgClassName
{
background-color: #E00B6B;
}
</style>
border-color css
<style>
span { border-color: #E00B6B; }
span { border-color: rgb(224,11,107); }
td.TdClassName
{
border-color: #E00B6B;
}
.TagClassName
{
border-color: #E00B6B;
}
</style>