Shades of Ruby #E21C5B
Tints of Ruby #E21C5B
RGB
CMYK
RGB Variations
Color information
#E21C5B (or 0xE21C5B) is known color: Ruby. HEX triplet: E2, 1C and 5B. RGB value is (226,28,91). Sum of RGB (Red+Green+Blue) = 226+28+91=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C5B is #1DE3A4. Grayscale: #5E5E5E. Windows color (decimal): -1958821 or 5971170. OLE color: 5971170.
HSL color Cylindrical-coordinate representation of color #E21C5B: hue angle of 340.91º 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 #E21C5B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 91 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.11 |
| HSL | 340.91º | 0.78% | 0.5% | - |
| HSV(B) | 340.91º | 0.88% | 0.89% | - |
| XYZ | 33.67 | 17.75 | 11.55 | - |
| YUV | 94.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 91 | 0 | 0.88 | 0.60 | 0.11 | 340.91 | 0.78 | 0.5 |
| Hex | E2 | 1C | 5B | 0 | 58 | 3C | B | 155 | 4E | 32 |
| Octal | 342 | 34 | 133 | 0 | 130 | 74 | 13 | 525 | 116 | 62 |
| Binary | 11100010 | 11100 | 1011011 | 0 | 1011000 | 111100 | 1011 | 101010101 | 1001110 | 110010 |
Color Harmonies of #E21C5B
Complementary color
Monochromatic Colors of #E21C5B
Black with #E21C5B
Text Example
Text Example
White with #E21C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C5B; }
p { color: rgb(226,28,91); }
H1.HeaderClassName
{
color: #E21C5B;
}
.AnyTagClassName
{
color: #E21C5B;
}
</style>
background-color css
<style>
a { background-color: #E21C5B; }
a { background-color: rgb(226,28,91); }
div.DivClassName
{
background-color: #E21C5B;
}
.BgClassName
{
background-color: #E21C5B;
}
</style>
border-color css
<style>
span { border-color: #E21C5B; }
span { border-color: rgb(226,28,91); }
td.TdClassName
{
border-color: #E21C5B;
}
.TagClassName
{
border-color: #E21C5B;
}
</style>