Shades of Ruby #E21663
Tints of Ruby #E21663
RGB
CMYK
RGB Variations
Color information
#E21663 (or 0xE21663) is known color: Ruby. HEX triplet: E2, 16 and 63. RGB value is (226,22,99). Sum of RGB (Red+Green+Blue) = 226+22+99=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E21663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21663 is #1DE99C. Grayscale: #5B5B5B. Windows color (decimal): -1960349 or 6493922. OLE color: 6493922.
HSL color Cylindrical-coordinate representation of color #E21663: hue angle of 337.35º 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 #E21663 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.11 |
| HSL | 337.35º | 0.82% | 0.49% | - |
| HSV(B) | 337.35º | 0.9% | 0.89% | - |
| XYZ | 33.9 | 17.64 | 13.42 | - |
| YUV | 91.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 99 | 0 | 0.90 | 0.56 | 0.11 | 337.35 | 0.82 | 0.49 |
| Hex | E2 | 16 | 63 | 0 | 5A | 38 | B | 151 | 52 | 31 |
| Octal | 342 | 26 | 143 | 0 | 132 | 70 | 13 | 521 | 122 | 61 |
| Binary | 11100010 | 10110 | 1100011 | 0 | 1011010 | 111000 | 1011 | 101010001 | 1010010 | 110001 |
Color Harmonies of #E21663
Complementary color
Monochromatic Colors of #E21663
Black with #E21663
Text Example
Text Example
White with #E21663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21663; }
p { color: rgb(226,22,99); }
H1.HeaderClassName
{
color: #E21663;
}
.AnyTagClassName
{
color: #E21663;
}
</style>
background-color css
<style>
a { background-color: #E21663; }
a { background-color: rgb(226,22,99); }
div.DivClassName
{
background-color: #E21663;
}
.BgClassName
{
background-color: #E21663;
}
</style>
border-color css
<style>
span { border-color: #E21663; }
span { border-color: rgb(226,22,99); }
td.TdClassName
{
border-color: #E21663;
}
.TagClassName
{
border-color: #E21663;
}
</style>