Shades of Ruby #E21665
Tints of Ruby #E21665
RGB
CMYK
RGB Variations
Color information
#E21665 (or 0xE21665) is known color: Ruby. HEX triplet: E2, 16 and 65. RGB value is (226,22,101). Sum of RGB (Red+Green+Blue) = 226+22+101=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E21665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21665 is #1DE99A. Grayscale: #5B5B5B. Windows color (decimal): -1960347 or 6624994. OLE color: 6624994.
HSL color Cylindrical-coordinate representation of color #E21665: hue angle of 336.76º 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 #E21665 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.11 |
| HSL | 336.76º | 0.82% | 0.49% | - |
| HSV(B) | 336.76º | 0.9% | 0.89% | - |
| XYZ | 34 | 17.68 | 13.93 | - |
| YUV | 92 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 101 | 0 | 0.90 | 0.55 | 0.11 | 336.76 | 0.82 | 0.49 |
| Hex | E2 | 16 | 65 | 0 | 5A | 37 | B | 151 | 52 | 31 |
| Octal | 342 | 26 | 145 | 0 | 132 | 67 | 13 | 521 | 122 | 61 |
| Binary | 11100010 | 10110 | 1100101 | 0 | 1011010 | 110111 | 1011 | 101010001 | 1010010 | 110001 |
Color Harmonies of #E21665
Complementary color
Monochromatic Colors of #E21665
Black with #E21665
Text Example
Text Example
White with #E21665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21665; }
p { color: rgb(226,22,101); }
H1.HeaderClassName
{
color: #E21665;
}
.AnyTagClassName
{
color: #E21665;
}
</style>
background-color css
<style>
a { background-color: #E21665; }
a { background-color: rgb(226,22,101); }
div.DivClassName
{
background-color: #E21665;
}
.BgClassName
{
background-color: #E21665;
}
</style>
border-color css
<style>
span { border-color: #E21665; }
span { border-color: rgb(226,22,101); }
td.TdClassName
{
border-color: #E21665;
}
.TagClassName
{
border-color: #E21665;
}
</style>