Shades of Ruby #E21650
Tints of Ruby #E21650
RGB
CMYK
RGB Variations
Color information
#E21650 (or 0xE21650) is known color: Ruby. HEX triplet: E2, 16 and 50. RGB value is (226,22,80). Sum of RGB (Red+Green+Blue) = 226+22+80=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E21650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21650 is #1DE9AF. Grayscale: #595959. Windows color (decimal): -1960368 or 5248738. OLE color: 5248738.
HSL color Cylindrical-coordinate representation of color #E21650: hue angle of 342.94º 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 #E21650 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 80 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.11 |
| HSL | 342.94º | 0.82% | 0.49% | - |
| HSV(B) | 342.94º | 0.9% | 0.89% | - |
| XYZ | 33.1 | 17.32 | 9.19 | - |
| YUV | 89.61 | 122.59 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 80 | 0 | 0.90 | 0.65 | 0.11 | 342.94 | 0.82 | 0.49 |
| Hex | E2 | 16 | 50 | 0 | 5A | 41 | B | 157 | 52 | 31 |
| Octal | 342 | 26 | 120 | 0 | 132 | 101 | 13 | 527 | 122 | 61 |
| Binary | 11100010 | 10110 | 1010000 | 0 | 1011010 | 1000001 | 1011 | 101010111 | 1010010 | 110001 |
Color Harmonies of #E21650
Complementary color
Monochromatic Colors of #E21650
Black with #E21650
Text Example
Text Example
White with #E21650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21650; }
p { color: rgb(226,22,80); }
H1.HeaderClassName
{
color: #E21650;
}
.AnyTagClassName
{
color: #E21650;
}
</style>
background-color css
<style>
a { background-color: #E21650; }
a { background-color: rgb(226,22,80); }
div.DivClassName
{
background-color: #E21650;
}
.BgClassName
{
background-color: #E21650;
}
</style>
border-color css
<style>
span { border-color: #E21650; }
span { border-color: rgb(226,22,80); }
td.TdClassName
{
border-color: #E21650;
}
.TagClassName
{
border-color: #E21650;
}
</style>