Shades of Ruby #E2136F
Tints of Ruby #E2136F
RGB
CMYK
RGB Variations
Color information
#E2136F (or 0xE2136F) is known color: Ruby. HEX triplet: E2, 13 and 6F. RGB value is (226,19,111). Sum of RGB (Red+Green+Blue) = 226+19+111=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2136F is #1DEC90. Grayscale: #5B5B5B. Windows color (decimal): -1961105 or 7279586. OLE color: 7279586.
HSL color Cylindrical-coordinate representation of color #E2136F: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2136F is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.11 |
| HSL | 333.33º | 0.84% | 0.48% | - |
| HSV(B) | 333.33º | 0.92% | 0.89% | - |
| XYZ | 34.47 | 17.78 | 16.65 | - |
| YUV | 91.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 111 | 0 | 0.92 | 0.51 | 0.11 | 333.33 | 0.84 | 0.48 |
| Hex | E2 | 13 | 6F | 0 | 5C | 33 | B | 14D | 54 | 30 |
| Octal | 342 | 23 | 157 | 0 | 134 | 63 | 13 | 515 | 124 | 60 |
| Binary | 11100010 | 10011 | 1101111 | 0 | 1011100 | 110011 | 1011 | 101001101 | 1010100 | 110000 |
Color Harmonies of #E2136F
Complementary color
Monochromatic Colors of #E2136F
Black with #E2136F
Text Example
Text Example
White with #E2136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2136F; }
p { color: rgb(226,19,111); }
H1.HeaderClassName
{
color: #E2136F;
}
.AnyTagClassName
{
color: #E2136F;
}
</style>
background-color css
<style>
a { background-color: #E2136F; }
a { background-color: rgb(226,19,111); }
div.DivClassName
{
background-color: #E2136F;
}
.BgClassName
{
background-color: #E2136F;
}
</style>
border-color css
<style>
span { border-color: #E2136F; }
span { border-color: rgb(226,19,111); }
td.TdClassName
{
border-color: #E2136F;
}
.TagClassName
{
border-color: #E2136F;
}
</style>