Shades of Ruby #E21579
Tints of Ruby #E21579
RGB
CMYK
RGB Variations
Color information
#E21579 (or 0xE21579) is known color: Ruby. HEX triplet: E2, 15 and 79. RGB value is (226,21,121). Sum of RGB (Red+Green+Blue) = 226+21+121=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E21579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21579 is #1DEA86. Grayscale: #5D5D5D. Windows color (decimal): -1960583 or 7935458. OLE color: 7935458.
HSL color Cylindrical-coordinate representation of color #E21579: hue angle of 330.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21579 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.11 |
| HSL | 330.73º | 0.83% | 0.48% | - |
| HSV(B) | 330.73º | 0.91% | 0.89% | - |
| XYZ | 35.08 | 18.09 | 19.73 | - |
| YUV | 93.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 121 | 0 | 0.91 | 0.46 | 0.11 | 330.73 | 0.83 | 0.48 |
| Hex | E2 | 15 | 79 | 0 | 5B | 2E | B | 14B | 53 | 30 |
| Octal | 342 | 25 | 171 | 0 | 133 | 56 | 13 | 513 | 123 | 60 |
| Binary | 11100010 | 10101 | 1111001 | 0 | 1011011 | 101110 | 1011 | 101001011 | 1010011 | 110000 |
Color Harmonies of #E21579
Complementary color
Monochromatic Colors of #E21579
Black with #E21579
Text Example
Text Example
White with #E21579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21579; }
p { color: rgb(226,21,121); }
H1.HeaderClassName
{
color: #E21579;
}
.AnyTagClassName
{
color: #E21579;
}
</style>
background-color css
<style>
a { background-color: #E21579; }
a { background-color: rgb(226,21,121); }
div.DivClassName
{
background-color: #E21579;
}
.BgClassName
{
background-color: #E21579;
}
</style>
border-color css
<style>
span { border-color: #E21579; }
span { border-color: rgb(226,21,121); }
td.TdClassName
{
border-color: #E21579;
}
.TagClassName
{
border-color: #E21579;
}
</style>