Shades of Ruby #E21C5C
Tints of Ruby #E21C5C
RGB
CMYK
RGB Variations
Color information
#E21C5C (or 0xE21C5C) is known color: Ruby. HEX triplet: E2, 1C and 5C. RGB value is (226,28,92). Sum of RGB (Red+Green+Blue) = 226+28+92=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C5C is #1DE3A3. Grayscale: #5E5E5E. Windows color (decimal): -1958820 or 6036706. OLE color: 6036706.
HSL color Cylindrical-coordinate representation of color #E21C5C: hue angle of 340.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C5C is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 92 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.11 |
| HSL | 340.61º | 0.78% | 0.5% | - |
| HSV(B) | 340.61º | 0.88% | 0.89% | - |
| XYZ | 33.71 | 17.77 | 11.78 | - |
| YUV | 94.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 92 | 0 | 0.88 | 0.59 | 0.11 | 340.61 | 0.78 | 0.5 |
| Hex | E2 | 1C | 5C | 0 | 58 | 3B | B | 155 | 4E | 32 |
| Octal | 342 | 34 | 134 | 0 | 130 | 73 | 13 | 525 | 116 | 62 |
| Binary | 11100010 | 11100 | 1011100 | 0 | 1011000 | 111011 | 1011 | 101010101 | 1001110 | 110010 |
Color Harmonies of #E21C5C
Complementary color
Monochromatic Colors of #E21C5C
Black with #E21C5C
Text Example
Text Example
White with #E21C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C5C; }
p { color: rgb(226,28,92); }
H1.HeaderClassName
{
color: #E21C5C;
}
.AnyTagClassName
{
color: #E21C5C;
}
</style>
background-color css
<style>
a { background-color: #E21C5C; }
a { background-color: rgb(226,28,92); }
div.DivClassName
{
background-color: #E21C5C;
}
.BgClassName
{
background-color: #E21C5C;
}
</style>
border-color css
<style>
span { border-color: #E21C5C; }
span { border-color: rgb(226,28,92); }
td.TdClassName
{
border-color: #E21C5C;
}
.TagClassName
{
border-color: #E21C5C;
}
</style>