Shades of Ruby #E21E5B
Tints of Ruby #E21E5B
RGB
CMYK
RGB Variations
Color information
#E21E5B (or 0xE21E5B) is known color: Ruby. HEX triplet: E2, 1E and 5B. RGB value is (226,30,91). Sum of RGB (Red+Green+Blue) = 226+30+91=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E5B is #1DE1A4. Grayscale: #5F5F5F. Windows color (decimal): -1958309 or 5971682. OLE color: 5971682.
HSL color Cylindrical-coordinate representation of color #E21E5B: hue angle of 341.33º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E5B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 91 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.11 |
| HSL | 341.33º | 0.77% | 0.5% | - |
| HSV(B) | 341.33º | 0.87% | 0.89% | - |
| XYZ | 33.72 | 17.85 | 11.57 | - |
| YUV | 95.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 91 | 0 | 0.87 | 0.60 | 0.11 | 341.33 | 0.77 | 0.5 |
| Hex | E2 | 1E | 5B | 0 | 57 | 3C | B | 155 | 4D | 32 |
| Octal | 342 | 36 | 133 | 0 | 127 | 74 | 13 | 525 | 115 | 62 |
| Binary | 11100010 | 11110 | 1011011 | 0 | 1010111 | 111100 | 1011 | 101010101 | 1001101 | 110010 |
Color Harmonies of #E21E5B
Complementary color
Monochromatic Colors of #E21E5B
Black with #E21E5B
Text Example
Text Example
White with #E21E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E5B; }
p { color: rgb(226,30,91); }
H1.HeaderClassName
{
color: #E21E5B;
}
.AnyTagClassName
{
color: #E21E5B;
}
</style>
background-color css
<style>
a { background-color: #E21E5B; }
a { background-color: rgb(226,30,91); }
div.DivClassName
{
background-color: #E21E5B;
}
.BgClassName
{
background-color: #E21E5B;
}
</style>
border-color css
<style>
span { border-color: #E21E5B; }
span { border-color: rgb(226,30,91); }
td.TdClassName
{
border-color: #E21E5B;
}
.TagClassName
{
border-color: #E21E5B;
}
</style>