Shades of Ruby #E20D6F
Tints of Ruby #E20D6F
RGB
CMYK
RGB Variations
Color information
#E20D6F (or 0xE20D6F) is known color: Ruby. HEX triplet: E2, 0D and 6F. RGB value is (226,13,111). Sum of RGB (Red+Green+Blue) = 226+13+111=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D6F is #1DF290. Grayscale: #575757. Windows color (decimal): -1962641 or 7278050. OLE color: 7278050.
HSL color Cylindrical-coordinate representation of color #E20D6F: hue angle of 332.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20D6F is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.11 |
| HSL | 332.39º | 0.89% | 0.47% | - |
| HSV(B) | 332.39º | 0.94% | 0.89% | - |
| XYZ | 34.38 | 17.6 | 16.63 | - |
| YUV | 87.86 | 141.07 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 111 | 0 | 0.94 | 0.51 | 0.11 | 332.39 | 0.89 | 0.47 |
| Hex | E2 | D | 6F | 0 | 5E | 33 | B | 14C | 59 | 2F |
| Octal | 342 | 15 | 157 | 0 | 136 | 63 | 13 | 514 | 131 | 57 |
| Binary | 11100010 | 1101 | 1101111 | 0 | 1011110 | 110011 | 1011 | 101001100 | 1011001 | 101111 |
Color Harmonies of #E20D6F
Complementary color
Monochromatic Colors of #E20D6F
Black with #E20D6F
Text Example
Text Example
White with #E20D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D6F; }
p { color: rgb(226,13,111); }
H1.HeaderClassName
{
color: #E20D6F;
}
.AnyTagClassName
{
color: #E20D6F;
}
</style>
background-color css
<style>
a { background-color: #E20D6F; }
a { background-color: rgb(226,13,111); }
div.DivClassName
{
background-color: #E20D6F;
}
.BgClassName
{
background-color: #E20D6F;
}
</style>
border-color css
<style>
span { border-color: #E20D6F; }
span { border-color: rgb(226,13,111); }
td.TdClassName
{
border-color: #E20D6F;
}
.TagClassName
{
border-color: #E20D6F;
}
</style>