Shades of Ruby #E2146C
Tints of Ruby #E2146C
RGB
CMYK
RGB Variations
Color information
#E2146C (or 0xE2146C) is known color: Ruby. HEX triplet: E2, 14 and 6C. RGB value is (226,20,108). Sum of RGB (Red+Green+Blue) = 226+20+108=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2146C is #1DEB93. Grayscale: #5B5B5B. Windows color (decimal): -1960852 or 7083234. OLE color: 7083234.
HSL color Cylindrical-coordinate representation of color #E2146C: hue angle of 334.37º 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 #E2146C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.11 |
| HSL | 334.37º | 0.84% | 0.48% | - |
| HSV(B) | 334.37º | 0.91% | 0.89% | - |
| XYZ | 34.32 | 17.75 | 15.8 | - |
| YUV | 91.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 108 | 0 | 0.91 | 0.52 | 0.11 | 334.37 | 0.84 | 0.48 |
| Hex | E2 | 14 | 6C | 0 | 5B | 34 | B | 14E | 54 | 30 |
| Octal | 342 | 24 | 154 | 0 | 133 | 64 | 13 | 516 | 124 | 60 |
| Binary | 11100010 | 10100 | 1101100 | 0 | 1011011 | 110100 | 1011 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E2146C
Complementary color
Monochromatic Colors of #E2146C
Black with #E2146C
Text Example
Text Example
White with #E2146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2146C; }
p { color: rgb(226,20,108); }
H1.HeaderClassName
{
color: #E2146C;
}
.AnyTagClassName
{
color: #E2146C;
}
</style>
background-color css
<style>
a { background-color: #E2146C; }
a { background-color: rgb(226,20,108); }
div.DivClassName
{
background-color: #E2146C;
}
.BgClassName
{
background-color: #E2146C;
}
</style>
border-color css
<style>
span { border-color: #E2146C; }
span { border-color: rgb(226,20,108); }
td.TdClassName
{
border-color: #E2146C;
}
.TagClassName
{
border-color: #E2146C;
}
</style>