Shades of Ruby #E21C57
Tints of Ruby #E21C57
RGB
CMYK
RGB Variations
Color information
#E21C57 (or 0xE21C57) is known color: Ruby. HEX triplet: E2, 1C and 57. RGB value is (226,28,87). Sum of RGB (Red+Green+Blue) = 226+28+87=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C57 is #1DE3A8. Grayscale: #5D5D5D. Windows color (decimal): -1958825 or 5709026. OLE color: 5709026.
HSL color Cylindrical-coordinate representation of color #E21C57: hue angle of 342.12º 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 #E21C57 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.11 |
| HSL | 342.12º | 0.78% | 0.5% | - |
| HSV(B) | 342.12º | 0.88% | 0.89% | - |
| XYZ | 33.5 | 17.69 | 10.67 | - |
| YUV | 93.93 | 124.1 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 87 | 0 | 0.88 | 0.62 | 0.11 | 342.12 | 0.78 | 0.5 |
| Hex | E2 | 1C | 57 | 0 | 58 | 3E | B | 156 | 4E | 32 |
| Octal | 342 | 34 | 127 | 0 | 130 | 76 | 13 | 526 | 116 | 62 |
| Binary | 11100010 | 11100 | 1010111 | 0 | 1011000 | 111110 | 1011 | 101010110 | 1001110 | 110010 |
Color Harmonies of #E21C57
Complementary color
Monochromatic Colors of #E21C57
Black with #E21C57
Text Example
Text Example
White with #E21C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C57; }
p { color: rgb(226,28,87); }
H1.HeaderClassName
{
color: #E21C57;
}
.AnyTagClassName
{
color: #E21C57;
}
</style>
background-color css
<style>
a { background-color: #E21C57; }
a { background-color: rgb(226,28,87); }
div.DivClassName
{
background-color: #E21C57;
}
.BgClassName
{
background-color: #E21C57;
}
</style>
border-color css
<style>
span { border-color: #E21C57; }
span { border-color: rgb(226,28,87); }
td.TdClassName
{
border-color: #E21C57;
}
.TagClassName
{
border-color: #E21C57;
}
</style>