Shades of Ruby #E21660
Tints of Ruby #E21660
RGB
CMYK
RGB Variations
Color information
#E21660 (or 0xE21660) is known color: Ruby. HEX triplet: E2, 16 and 60. RGB value is (226,22,96). Sum of RGB (Red+Green+Blue) = 226+22+96=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E21660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21660 is #1DE99F. Grayscale: #5B5B5B. Windows color (decimal): -1960352 or 6297314. OLE color: 6297314.
HSL color Cylindrical-coordinate representation of color #E21660: hue angle of 338.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21660 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 96 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.11 |
| HSL | 338.24º | 0.82% | 0.49% | - |
| HSV(B) | 338.24º | 0.9% | 0.89% | - |
| XYZ | 33.76 | 17.59 | 12.68 | - |
| YUV | 91.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 96 | 0 | 0.90 | 0.58 | 0.11 | 338.24 | 0.82 | 0.49 |
| Hex | E2 | 16 | 60 | 0 | 5A | 3A | B | 152 | 52 | 31 |
| Octal | 342 | 26 | 140 | 0 | 132 | 72 | 13 | 522 | 122 | 61 |
| Binary | 11100010 | 10110 | 1100000 | 0 | 1011010 | 111010 | 1011 | 101010010 | 1010010 | 110001 |
Color Harmonies of #E21660
Complementary color
Monochromatic Colors of #E21660
Black with #E21660
Text Example
Text Example
White with #E21660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21660; }
p { color: rgb(226,22,96); }
H1.HeaderClassName
{
color: #E21660;
}
.AnyTagClassName
{
color: #E21660;
}
</style>
background-color css
<style>
a { background-color: #E21660; }
a { background-color: rgb(226,22,96); }
div.DivClassName
{
background-color: #E21660;
}
.BgClassName
{
background-color: #E21660;
}
</style>
border-color css
<style>
span { border-color: #E21660; }
span { border-color: rgb(226,22,96); }
td.TdClassName
{
border-color: #E21660;
}
.TagClassName
{
border-color: #E21660;
}
</style>