Shades of Ruby #E20B6D
Tints of Ruby #E20B6D
RGB
CMYK
RGB Variations
Color information
#E20B6D (or 0xE20B6D) is known color: Ruby. HEX triplet: E2, 0B and 6D. RGB value is (226,11,109). Sum of RGB (Red+Green+Blue) = 226+11+109=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20B6D is #1DF492. Grayscale: #565656. Windows color (decimal): -1963155 or 7146466. OLE color: 7146466.
HSL color Cylindrical-coordinate representation of color #E20B6D: hue angle of 332.65º 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 #E20B6D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.11 |
| HSL | 332.65º | 0.91% | 0.46% | - |
| HSV(B) | 332.65º | 0.95% | 0.89% | - |
| XYZ | 34.24 | 17.51 | 16.04 | - |
| YUV | 86.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 109 | 0 | 0.95 | 0.52 | 0.11 | 332.65 | 0.91 | 0.46 |
| Hex | E2 | B | 6D | 0 | 5F | 34 | B | 14D | 5B | 2E |
| Octal | 342 | 13 | 155 | 0 | 137 | 64 | 13 | 515 | 133 | 56 |
| Binary | 11100010 | 1011 | 1101101 | 0 | 1011111 | 110100 | 1011 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E20B6D
Complementary color
Monochromatic Colors of #E20B6D
Black with #E20B6D
Text Example
Text Example
White with #E20B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B6D; }
p { color: rgb(226,11,109); }
H1.HeaderClassName
{
color: #E20B6D;
}
.AnyTagClassName
{
color: #E20B6D;
}
</style>
background-color css
<style>
a { background-color: #E20B6D; }
a { background-color: rgb(226,11,109); }
div.DivClassName
{
background-color: #E20B6D;
}
.BgClassName
{
background-color: #E20B6D;
}
</style>
border-color css
<style>
span { border-color: #E20B6D; }
span { border-color: rgb(226,11,109); }
td.TdClassName
{
border-color: #E20B6D;
}
.TagClassName
{
border-color: #E20B6D;
}
</style>