Shades of Ruby #E21D5D
Tints of Ruby #E21D5D
RGB
CMYK
RGB Variations
Color information
#E21D5D (or 0xE21D5D) is known color: Ruby. HEX triplet: E2, 1D and 5D. RGB value is (226,29,93). Sum of RGB (Red+Green+Blue) = 226+29+93=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D5D is #1DE2A2. Grayscale: #5F5F5F. Windows color (decimal): -1958563 or 6102498. OLE color: 6102498.
HSL color Cylindrical-coordinate representation of color #E21D5D: hue angle of 340.51º 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 #E21D5D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 93 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.11 |
| HSL | 340.51º | 0.77% | 0.5% | - |
| HSV(B) | 340.51º | 0.87% | 0.89% | - |
| XYZ | 33.78 | 17.84 | 12.02 | - |
| YUV | 95.2 | 126.77 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 93 | 0 | 0.87 | 0.59 | 0.11 | 340.51 | 0.77 | 0.5 |
| Hex | E2 | 1D | 5D | 0 | 57 | 3B | B | 155 | 4D | 32 |
| Octal | 342 | 35 | 135 | 0 | 127 | 73 | 13 | 525 | 115 | 62 |
| Binary | 11100010 | 11101 | 1011101 | 0 | 1010111 | 111011 | 1011 | 101010101 | 1001101 | 110010 |
Color Harmonies of #E21D5D
Complementary color
Monochromatic Colors of #E21D5D
Black with #E21D5D
Text Example
Text Example
White with #E21D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D5D; }
p { color: rgb(226,29,93); }
H1.HeaderClassName
{
color: #E21D5D;
}
.AnyTagClassName
{
color: #E21D5D;
}
</style>
background-color css
<style>
a { background-color: #E21D5D; }
a { background-color: rgb(226,29,93); }
div.DivClassName
{
background-color: #E21D5D;
}
.BgClassName
{
background-color: #E21D5D;
}
</style>
border-color css
<style>
span { border-color: #E21D5D; }
span { border-color: rgb(226,29,93); }
td.TdClassName
{
border-color: #E21D5D;
}
.TagClassName
{
border-color: #E21D5D;
}
</style>