Shades of Ruby #E2135F
Tints of Ruby #E2135F
RGB
CMYK
RGB Variations
Color information
#E2135F (or 0xE2135F) is known color: Ruby. HEX triplet: E2, 13 and 5F. RGB value is (226,19,95). Sum of RGB (Red+Green+Blue) = 226+19+95=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2135F is #1DECA0. Grayscale: #595959. Windows color (decimal): -1961121 or 6231010. OLE color: 6231010.
HSL color Cylindrical-coordinate representation of color #E2135F: hue angle of 337.97º 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 #E2135F is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 95 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.11 |
| HSL | 337.97º | 0.84% | 0.48% | - |
| HSV(B) | 337.97º | 0.92% | 0.89% | - |
| XYZ | 33.66 | 17.46 | 12.42 | - |
| YUV | 89.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 95 | 0 | 0.92 | 0.58 | 0.11 | 337.97 | 0.84 | 0.48 |
| Hex | E2 | 13 | 5F | 0 | 5C | 3A | B | 152 | 54 | 30 |
| Octal | 342 | 23 | 137 | 0 | 134 | 72 | 13 | 522 | 124 | 60 |
| Binary | 11100010 | 10011 | 1011111 | 0 | 1011100 | 111010 | 1011 | 101010010 | 1010100 | 110000 |
Color Harmonies of #E2135F
Complementary color
Monochromatic Colors of #E2135F
Black with #E2135F
Text Example
Text Example
White with #E2135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2135F; }
p { color: rgb(226,19,95); }
H1.HeaderClassName
{
color: #E2135F;
}
.AnyTagClassName
{
color: #E2135F;
}
</style>
background-color css
<style>
a { background-color: #E2135F; }
a { background-color: rgb(226,19,95); }
div.DivClassName
{
background-color: #E2135F;
}
.BgClassName
{
background-color: #E2135F;
}
</style>
border-color css
<style>
span { border-color: #E2135F; }
span { border-color: rgb(226,19,95); }
td.TdClassName
{
border-color: #E2135F;
}
.TagClassName
{
border-color: #E2135F;
}
</style>