Shades of Ruby #E21E59
Tints of Ruby #E21E59
RGB
CMYK
RGB Variations
Color information
#E21E59 (or 0xE21E59) is known color: Ruby. HEX triplet: E2, 1E and 59. RGB value is (226,30,89). Sum of RGB (Red+Green+Blue) = 226+30+89=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E59 is #1DE1A6. Grayscale: #5F5F5F. Windows color (decimal): -1958311 or 5840610. OLE color: 5840610.
HSL color Cylindrical-coordinate representation of color #E21E59: hue angle of 341.94º 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 #E21E59 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 89 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.11 |
| HSL | 341.94º | 0.77% | 0.5% | - |
| HSV(B) | 341.94º | 0.87% | 0.89% | - |
| XYZ | 33.63 | 17.82 | 11.12 | - |
| YUV | 95.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 89 | 0 | 0.87 | 0.61 | 0.11 | 341.94 | 0.77 | 0.5 |
| Hex | E2 | 1E | 59 | 0 | 57 | 3D | B | 156 | 4D | 32 |
| Octal | 342 | 36 | 131 | 0 | 127 | 75 | 13 | 526 | 115 | 62 |
| Binary | 11100010 | 11110 | 1011001 | 0 | 1010111 | 111101 | 1011 | 101010110 | 1001101 | 110010 |
Color Harmonies of #E21E59
Complementary color
Monochromatic Colors of #E21E59
Black with #E21E59
Text Example
Text Example
White with #E21E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E59; }
p { color: rgb(226,30,89); }
H1.HeaderClassName
{
color: #E21E59;
}
.AnyTagClassName
{
color: #E21E59;
}
</style>
background-color css
<style>
a { background-color: #E21E59; }
a { background-color: rgb(226,30,89); }
div.DivClassName
{
background-color: #E21E59;
}
.BgClassName
{
background-color: #E21E59;
}
</style>
border-color css
<style>
span { border-color: #E21E59; }
span { border-color: rgb(226,30,89); }
td.TdClassName
{
border-color: #E21E59;
}
.TagClassName
{
border-color: #E21E59;
}
</style>