Shades of Ruby #E21961
Tints of Ruby #E21961
RGB
CMYK
RGB Variations
Color information
#E21961 (or 0xE21961) is known color: Ruby. HEX triplet: E2, 19 and 61. RGB value is (226,25,97). Sum of RGB (Red+Green+Blue) = 226+25+97=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21961 is #1DE69E. Grayscale: #5D5D5D. Windows color (decimal): -1959583 or 6363618. OLE color: 6363618.
HSL color Cylindrical-coordinate representation of color #E21961: hue angle of 338.51º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21961 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 97 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.11 |
| HSL | 338.51º | 0.8% | 0.49% | - |
| HSV(B) | 338.51º | 0.89% | 0.89% | - |
| XYZ | 33.87 | 17.73 | 12.95 | - |
| YUV | 93.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 97 | 0 | 0.89 | 0.57 | 0.11 | 338.51 | 0.8 | 0.49 |
| Hex | E2 | 19 | 61 | 0 | 59 | 39 | B | 153 | 50 | 31 |
| Octal | 342 | 31 | 141 | 0 | 131 | 71 | 13 | 523 | 120 | 61 |
| Binary | 11100010 | 11001 | 1100001 | 0 | 1011001 | 111001 | 1011 | 101010011 | 1010000 | 110001 |
Color Harmonies of #E21961
Complementary color
Monochromatic Colors of #E21961
Black with #E21961
Text Example
Text Example
White with #E21961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21961; }
p { color: rgb(226,25,97); }
H1.HeaderClassName
{
color: #E21961;
}
.AnyTagClassName
{
color: #E21961;
}
</style>
background-color css
<style>
a { background-color: #E21961; }
a { background-color: rgb(226,25,97); }
div.DivClassName
{
background-color: #E21961;
}
.BgClassName
{
background-color: #E21961;
}
</style>
border-color css
<style>
span { border-color: #E21961; }
span { border-color: rgb(226,25,97); }
td.TdClassName
{
border-color: #E21961;
}
.TagClassName
{
border-color: #E21961;
}
</style>