Shades of Ruby #E20B68
Tints of Ruby #E20B68
RGB
CMYK
RGB Variations
Color information
#E20B68 (or 0xE20B68) is known color: Ruby. HEX triplet: E2, 0B and 68. RGB value is (226,11,104). Sum of RGB (Red+Green+Blue) = 226+11+104=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20B68 is #1DF497. Grayscale: #555555. Windows color (decimal): -1963160 or 6818786. OLE color: 6818786.
HSL color Cylindrical-coordinate representation of color #E20B68: hue angle of 334.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20B68 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 104 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.11 |
| HSL | 334.05º | 0.91% | 0.46% | - |
| HSV(B) | 334.05º | 0.95% | 0.89% | - |
| XYZ | 33.98 | 17.41 | 14.67 | - |
| YUV | 85.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 104 | 0 | 0.95 | 0.54 | 0.11 | 334.05 | 0.91 | 0.46 |
| Hex | E2 | B | 68 | 0 | 5F | 36 | B | 14E | 5B | 2E |
| Octal | 342 | 13 | 150 | 0 | 137 | 66 | 13 | 516 | 133 | 56 |
| Binary | 11100010 | 1011 | 1101000 | 0 | 1011111 | 110110 | 1011 | 101001110 | 1011011 | 101110 |
Color Harmonies of #E20B68
Complementary color
Monochromatic Colors of #E20B68
Black with #E20B68
Text Example
Text Example
White with #E20B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B68; }
p { color: rgb(226,11,104); }
H1.HeaderClassName
{
color: #E20B68;
}
.AnyTagClassName
{
color: #E20B68;
}
</style>
background-color css
<style>
a { background-color: #E20B68; }
a { background-color: rgb(226,11,104); }
div.DivClassName
{
background-color: #E20B68;
}
.BgClassName
{
background-color: #E20B68;
}
</style>
border-color css
<style>
span { border-color: #E20B68; }
span { border-color: rgb(226,11,104); }
td.TdClassName
{
border-color: #E20B68;
}
.TagClassName
{
border-color: #E20B68;
}
</style>