Shades of Ruby #E00B6E
Tints of Ruby #E00B6E
RGB
CMYK
RGB Variations
Color information
#E00B6E (or 0xE00B6E) is known color: Ruby. HEX triplet: E0, 0B and 6E. RGB value is (224,11,110). Sum of RGB (Red+Green+Blue) = 224+11+110=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B6E is #1FF491. Grayscale: #555555. Windows color (decimal): -2094226 or 7212000. OLE color: 7212000.
HSL color Cylindrical-coordinate representation of color #E00B6E: hue angle of 332.11º 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 #E00B6E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 110 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.12 |
| HSL | 332.11º | 0.91% | 0.46% | - |
| HSV(B) | 332.11º | 0.95% | 0.88% | - |
| XYZ | 33.67 | 17.21 | 16.3 | - |
| YUV | 85.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 110 | 0 | 0.95 | 0.51 | 0.12 | 332.11 | 0.91 | 0.46 |
| Hex | E0 | B | 6E | 0 | 5F | 33 | C | 14C | 5B | 2E |
| Octal | 340 | 13 | 156 | 0 | 137 | 63 | 14 | 514 | 133 | 56 |
| Binary | 11100000 | 1011 | 1101110 | 0 | 1011111 | 110011 | 1100 | 101001100 | 1011011 | 101110 |
Color Harmonies of #E00B6E
Complementary color
Monochromatic Colors of #E00B6E
Black with #E00B6E
Text Example
Text Example
White with #E00B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B6E; }
p { color: rgb(224,11,110); }
H1.HeaderClassName
{
color: #E00B6E;
}
.AnyTagClassName
{
color: #E00B6E;
}
</style>
background-color css
<style>
a { background-color: #E00B6E; }
a { background-color: rgb(224,11,110); }
div.DivClassName
{
background-color: #E00B6E;
}
.BgClassName
{
background-color: #E00B6E;
}
</style>
border-color css
<style>
span { border-color: #E00B6E; }
span { border-color: rgb(224,11,110); }
td.TdClassName
{
border-color: #E00B6E;
}
.TagClassName
{
border-color: #E00B6E;
}
</style>