Shades of Ruby #E2146D
Tints of Ruby #E2146D
RGB
CMYK
RGB Variations
Color information
#E2146D (or 0xE2146D) is known color: Ruby. HEX triplet: E2, 14 and 6D. RGB value is (226,20,109). Sum of RGB (Red+Green+Blue) = 226+20+109=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2146D is #1DEB92. Grayscale: #5B5B5B. Windows color (decimal): -1960851 or 7148770. OLE color: 7148770.
HSL color Cylindrical-coordinate representation of color #E2146D: hue angle of 334.08º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2146D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.11 |
| HSL | 334.08º | 0.84% | 0.48% | - |
| HSV(B) | 334.08º | 0.91% | 0.89% | - |
| XYZ | 34.37 | 17.77 | 16.09 | - |
| YUV | 91.74 | 137.75 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 109 | 0 | 0.91 | 0.52 | 0.11 | 334.08 | 0.84 | 0.48 |
| Hex | E2 | 14 | 6D | 0 | 5B | 34 | B | 14E | 54 | 30 |
| Octal | 342 | 24 | 155 | 0 | 133 | 64 | 13 | 516 | 124 | 60 |
| Binary | 11100010 | 10100 | 1101101 | 0 | 1011011 | 110100 | 1011 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E2146D
Complementary color
Monochromatic Colors of #E2146D
Black with #E2146D
Text Example
Text Example
White with #E2146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2146D; }
p { color: rgb(226,20,109); }
H1.HeaderClassName
{
color: #E2146D;
}
.AnyTagClassName
{
color: #E2146D;
}
</style>
background-color css
<style>
a { background-color: #E2146D; }
a { background-color: rgb(226,20,109); }
div.DivClassName
{
background-color: #E2146D;
}
.BgClassName
{
background-color: #E2146D;
}
</style>
border-color css
<style>
span { border-color: #E2146D; }
span { border-color: rgb(226,20,109); }
td.TdClassName
{
border-color: #E2146D;
}
.TagClassName
{
border-color: #E2146D;
}
</style>