Shades of Ruby #E21D5E
Tints of Ruby #E21D5E
RGB
CMYK
RGB Variations
Color information
#E21D5E (or 0xE21D5E) is known color: Ruby. HEX triplet: E2, 1D and 5E. RGB value is (226,29,94). Sum of RGB (Red+Green+Blue) = 226+29+94=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D5E is #1DE2A1. Grayscale: #5F5F5F. Windows color (decimal): -1958562 or 6168034. OLE color: 6168034.
HSL color Cylindrical-coordinate representation of color #E21D5E: hue angle of 340.2º 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 #E21D5E is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 94 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.11 |
| HSL | 340.2º | 0.77% | 0.5% | - |
| HSV(B) | 340.2º | 0.87% | 0.89% | - |
| XYZ | 33.82 | 17.86 | 12.25 | - |
| YUV | 95.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 94 | 0 | 0.87 | 0.58 | 0.11 | 340.2 | 0.77 | 0.5 |
| Hex | E2 | 1D | 5E | 0 | 57 | 3A | B | 154 | 4D | 32 |
| Octal | 342 | 35 | 136 | 0 | 127 | 72 | 13 | 524 | 115 | 62 |
| Binary | 11100010 | 11101 | 1011110 | 0 | 1010111 | 111010 | 1011 | 101010100 | 1001101 | 110010 |
Color Harmonies of #E21D5E
Complementary color
Monochromatic Colors of #E21D5E
Black with #E21D5E
Text Example
Text Example
White with #E21D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D5E; }
p { color: rgb(226,29,94); }
H1.HeaderClassName
{
color: #E21D5E;
}
.AnyTagClassName
{
color: #E21D5E;
}
</style>
background-color css
<style>
a { background-color: #E21D5E; }
a { background-color: rgb(226,29,94); }
div.DivClassName
{
background-color: #E21D5E;
}
.BgClassName
{
background-color: #E21D5E;
}
</style>
border-color css
<style>
span { border-color: #E21D5E; }
span { border-color: rgb(226,29,94); }
td.TdClassName
{
border-color: #E21D5E;
}
.TagClassName
{
border-color: #E21D5E;
}
</style>