Shades of Ruby #E2155B
Tints of Ruby #E2155B
RGB
CMYK
RGB Variations
Color information
#E2155B (or 0xE2155B) is known color: Ruby. HEX triplet: E2, 15 and 5B. RGB value is (226,21,91). Sum of RGB (Red+Green+Blue) = 226+21+91=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2155B is #1DEAA4. Grayscale: #5A5A5A. Windows color (decimal): -1960613 or 5969378. OLE color: 5969378.
HSL color Cylindrical-coordinate representation of color #E2155B: hue angle of 339.51º degrees, saturation: 0.83, 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 #E2155B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 91 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.11 |
| HSL | 339.51º | 0.83% | 0.48% | - |
| HSV(B) | 339.51º | 0.91% | 0.89% | - |
| XYZ | 33.52 | 17.46 | 11.5 | - |
| YUV | 90.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 91 | 0 | 0.91 | 0.60 | 0.11 | 339.51 | 0.83 | 0.48 |
| Hex | E2 | 15 | 5B | 0 | 5B | 3C | B | 154 | 53 | 30 |
| Octal | 342 | 25 | 133 | 0 | 133 | 74 | 13 | 524 | 123 | 60 |
| Binary | 11100010 | 10101 | 1011011 | 0 | 1011011 | 111100 | 1011 | 101010100 | 1010011 | 110000 |
Color Harmonies of #E2155B
Complementary color
Monochromatic Colors of #E2155B
Black with #E2155B
Text Example
Text Example
White with #E2155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2155B; }
p { color: rgb(226,21,91); }
H1.HeaderClassName
{
color: #E2155B;
}
.AnyTagClassName
{
color: #E2155B;
}
</style>
background-color css
<style>
a { background-color: #E2155B; }
a { background-color: rgb(226,21,91); }
div.DivClassName
{
background-color: #E2155B;
}
.BgClassName
{
background-color: #E2155B;
}
</style>
border-color css
<style>
span { border-color: #E2155B; }
span { border-color: rgb(226,21,91); }
td.TdClassName
{
border-color: #E2155B;
}
.TagClassName
{
border-color: #E2155B;
}
</style>