Shades of Ruby #E2146E
Tints of Ruby #E2146E
RGB
CMYK
RGB Variations
Color information
#E2146E (or 0xE2146E) is known color: Ruby. HEX triplet: E2, 14 and 6E. RGB value is (226,20,110). Sum of RGB (Red+Green+Blue) = 226+20+110=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2146E is #1DEB91. Grayscale: #5B5B5B. Windows color (decimal): -1960850 or 7214306. OLE color: 7214306.
HSL color Cylindrical-coordinate representation of color #E2146E: hue angle of 333.79º 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 #E2146E is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.11 |
| HSL | 333.79º | 0.84% | 0.48% | - |
| HSV(B) | 333.79º | 0.91% | 0.89% | - |
| XYZ | 34.43 | 17.79 | 16.37 | - |
| YUV | 91.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 110 | 0 | 0.91 | 0.51 | 0.11 | 333.79 | 0.84 | 0.48 |
| Hex | E2 | 14 | 6E | 0 | 5B | 33 | B | 14E | 54 | 30 |
| Octal | 342 | 24 | 156 | 0 | 133 | 63 | 13 | 516 | 124 | 60 |
| Binary | 11100010 | 10100 | 1101110 | 0 | 1011011 | 110011 | 1011 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E2146E
Complementary color
Monochromatic Colors of #E2146E
Black with #E2146E
Text Example
Text Example
White with #E2146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2146E; }
p { color: rgb(226,20,110); }
H1.HeaderClassName
{
color: #E2146E;
}
.AnyTagClassName
{
color: #E2146E;
}
</style>
background-color css
<style>
a { background-color: #E2146E; }
a { background-color: rgb(226,20,110); }
div.DivClassName
{
background-color: #E2146E;
}
.BgClassName
{
background-color: #E2146E;
}
</style>
border-color css
<style>
span { border-color: #E2146E; }
span { border-color: rgb(226,20,110); }
td.TdClassName
{
border-color: #E2146E;
}
.TagClassName
{
border-color: #E2146E;
}
</style>