Shades of Ruby #E2135E
Tints of Ruby #E2135E
RGB
CMYK
RGB Variations
Color information
#E2135E (or 0xE2135E) is known color: Ruby. HEX triplet: E2, 13 and 5E. RGB value is (226,19,94). Sum of RGB (Red+Green+Blue) = 226+19+94=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2135E is #1DECA1. Grayscale: #595959. Windows color (decimal): -1961122 or 6165474. OLE color: 6165474.
HSL color Cylindrical-coordinate representation of color #E2135E: hue angle of 338.26º 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 #E2135E is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 94 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.11 |
| HSL | 338.26º | 0.84% | 0.48% | - |
| HSV(B) | 338.26º | 0.92% | 0.89% | - |
| XYZ | 33.62 | 17.44 | 12.18 | - |
| YUV | 89.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 94 | 0 | 0.92 | 0.58 | 0.11 | 338.26 | 0.84 | 0.48 |
| Hex | E2 | 13 | 5E | 0 | 5C | 3A | B | 152 | 54 | 30 |
| Octal | 342 | 23 | 136 | 0 | 134 | 72 | 13 | 522 | 124 | 60 |
| Binary | 11100010 | 10011 | 1011110 | 0 | 1011100 | 111010 | 1011 | 101010010 | 1010100 | 110000 |
Color Harmonies of #E2135E
Complementary color
Monochromatic Colors of #E2135E
Black with #E2135E
Text Example
Text Example
White with #E2135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2135E; }
p { color: rgb(226,19,94); }
H1.HeaderClassName
{
color: #E2135E;
}
.AnyTagClassName
{
color: #E2135E;
}
</style>
background-color css
<style>
a { background-color: #E2135E; }
a { background-color: rgb(226,19,94); }
div.DivClassName
{
background-color: #E2135E;
}
.BgClassName
{
background-color: #E2135E;
}
</style>
border-color css
<style>
span { border-color: #E2135E; }
span { border-color: rgb(226,19,94); }
td.TdClassName
{
border-color: #E2135E;
}
.TagClassName
{
border-color: #E2135E;
}
</style>