Shades of Ruby #E21671
Tints of Ruby #E21671
RGB
CMYK
RGB Variations
Color information
#E21671 (or 0xE21671) is known color: Ruby. HEX triplet: E2, 16 and 71. RGB value is (226,22,113). Sum of RGB (Red+Green+Blue) = 226+22+113=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E21671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21671 is #1DE98E. Grayscale: #5D5D5D. Windows color (decimal): -1960335 or 7411426. OLE color: 7411426.
HSL color Cylindrical-coordinate representation of color #E21671: hue angle of 333.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 #E21671 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 113 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.11 |
| HSL | 333.24º | 0.82% | 0.49% | - |
| HSV(B) | 333.24º | 0.9% | 0.89% | - |
| XYZ | 34.63 | 17.93 | 17.26 | - |
| YUV | 93.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 113 | 0 | 0.90 | 0.5 | 0.11 | 333.24 | 0.82 | 0.49 |
| Hex | E2 | 16 | 71 | 0 | 5A | 32 | B | 14D | 52 | 31 |
| Octal | 342 | 26 | 161 | 0 | 132 | 62 | 13 | 515 | 122 | 61 |
| Binary | 11100010 | 10110 | 1110001 | 0 | 1011010 | 110010 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E21671
Complementary color
Monochromatic Colors of #E21671
Black with #E21671
Text Example
Text Example
White with #E21671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21671; }
p { color: rgb(226,22,113); }
H1.HeaderClassName
{
color: #E21671;
}
.AnyTagClassName
{
color: #E21671;
}
</style>
background-color css
<style>
a { background-color: #E21671; }
a { background-color: rgb(226,22,113); }
div.DivClassName
{
background-color: #E21671;
}
.BgClassName
{
background-color: #E21671;
}
</style>
border-color css
<style>
span { border-color: #E21671; }
span { border-color: rgb(226,22,113); }
td.TdClassName
{
border-color: #E21671;
}
.TagClassName
{
border-color: #E21671;
}
</style>