Shades of Ruby #E2135B
Tints of Ruby #E2135B
RGB
CMYK
RGB Variations
Color information
#E2135B (or 0xE2135B) is known color: Ruby. HEX triplet: E2, 13 and 5B. RGB value is (226,19,91). Sum of RGB (Red+Green+Blue) = 226+19+91=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2135B is #1DECA4. Grayscale: #595959. Windows color (decimal): -1961125 or 5968866. OLE color: 5968866.
HSL color Cylindrical-coordinate representation of color #E2135B: hue angle of 339.13º 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 #E2135B is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 91 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.11 |
| HSL | 339.13º | 0.84% | 0.48% | - |
| HSV(B) | 339.13º | 0.92% | 0.89% | - |
| XYZ | 33.49 | 17.39 | 11.49 | - |
| YUV | 89.1 | 129.08 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 91 | 0 | 0.92 | 0.60 | 0.11 | 339.13 | 0.84 | 0.48 |
| Hex | E2 | 13 | 5B | 0 | 5C | 3C | B | 153 | 54 | 30 |
| Octal | 342 | 23 | 133 | 0 | 134 | 74 | 13 | 523 | 124 | 60 |
| Binary | 11100010 | 10011 | 1011011 | 0 | 1011100 | 111100 | 1011 | 101010011 | 1010100 | 110000 |
Color Harmonies of #E2135B
Complementary color
Monochromatic Colors of #E2135B
Black with #E2135B
Text Example
Text Example
White with #E2135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2135B; }
p { color: rgb(226,19,91); }
H1.HeaderClassName
{
color: #E2135B;
}
.AnyTagClassName
{
color: #E2135B;
}
</style>
background-color css
<style>
a { background-color: #E2135B; }
a { background-color: rgb(226,19,91); }
div.DivClassName
{
background-color: #E2135B;
}
.BgClassName
{
background-color: #E2135B;
}
</style>
border-color css
<style>
span { border-color: #E2135B; }
span { border-color: rgb(226,19,91); }
td.TdClassName
{
border-color: #E2135B;
}
.TagClassName
{
border-color: #E2135B;
}
</style>