Shades of Ruby #E21866
Tints of Ruby #E21866
RGB
CMYK
RGB Variations
Color information
#E21866 (or 0xE21866) is known color: Ruby. HEX triplet: E2, 18 and 66. RGB value is (226,24,102). Sum of RGB (Red+Green+Blue) = 226+24+102=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E21866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21866 is #1DE799. Grayscale: #5D5D5D. Windows color (decimal): -1959834 or 6691042. OLE color: 6691042.
HSL color Cylindrical-coordinate representation of color #E21866: hue angle of 336.83º degrees, saturation: 0.81, 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 #E21866 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 102 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.11 |
| HSL | 336.83º | 0.81% | 0.49% | - |
| HSV(B) | 336.83º | 0.89% | 0.89% | - |
| XYZ | 34.09 | 17.78 | 14.21 | - |
| YUV | 93.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 102 | 0 | 0.89 | 0.55 | 0.11 | 336.83 | 0.81 | 0.49 |
| Hex | E2 | 18 | 66 | 0 | 59 | 37 | B | 151 | 51 | 31 |
| Octal | 342 | 30 | 146 | 0 | 131 | 67 | 13 | 521 | 121 | 61 |
| Binary | 11100010 | 11000 | 1100110 | 0 | 1011001 | 110111 | 1011 | 101010001 | 1010001 | 110001 |
Color Harmonies of #E21866
Complementary color
Monochromatic Colors of #E21866
Black with #E21866
Text Example
Text Example
White with #E21866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21866; }
p { color: rgb(226,24,102); }
H1.HeaderClassName
{
color: #E21866;
}
.AnyTagClassName
{
color: #E21866;
}
</style>
background-color css
<style>
a { background-color: #E21866; }
a { background-color: rgb(226,24,102); }
div.DivClassName
{
background-color: #E21866;
}
.BgClassName
{
background-color: #E21866;
}
</style>
border-color css
<style>
span { border-color: #E21866; }
span { border-color: rgb(226,24,102); }
td.TdClassName
{
border-color: #E21866;
}
.TagClassName
{
border-color: #E21866;
}
</style>