Shades of Ruby #E21672
Tints of Ruby #E21672
RGB
CMYK
RGB Variations
Color information
#E21672 (or 0xE21672) is known color: Ruby. HEX triplet: E2, 16 and 72. RGB value is (226,22,114). Sum of RGB (Red+Green+Blue) = 226+22+114=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21672 is #1DE98D. Grayscale: #5D5D5D. Windows color (decimal): -1960334 or 7476962. OLE color: 7476962.
HSL color Cylindrical-coordinate representation of color #E21672: hue angle of 332.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 #E21672 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.11 |
| HSL | 332.94º | 0.82% | 0.49% | - |
| HSV(B) | 332.94º | 0.9% | 0.89% | - |
| XYZ | 34.69 | 17.96 | 17.56 | - |
| YUV | 93.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 114 | 0 | 0.90 | 0.50 | 0.11 | 332.94 | 0.82 | 0.49 |
| Hex | E2 | 16 | 72 | 0 | 5A | 32 | B | 14D | 52 | 31 |
| Octal | 342 | 26 | 162 | 0 | 132 | 62 | 13 | 515 | 122 | 61 |
| Binary | 11100010 | 10110 | 1110010 | 0 | 1011010 | 110010 | 1011 | 101001101 | 1010010 | 110001 |
Color Harmonies of #E21672
Complementary color
Monochromatic Colors of #E21672
Black with #E21672
Text Example
Text Example
White with #E21672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21672; }
p { color: rgb(226,22,114); }
H1.HeaderClassName
{
color: #E21672;
}
.AnyTagClassName
{
color: #E21672;
}
</style>
background-color css
<style>
a { background-color: #E21672; }
a { background-color: rgb(226,22,114); }
div.DivClassName
{
background-color: #E21672;
}
.BgClassName
{
background-color: #E21672;
}
</style>
border-color css
<style>
span { border-color: #E21672; }
span { border-color: rgb(226,22,114); }
td.TdClassName
{
border-color: #E21672;
}
.TagClassName
{
border-color: #E21672;
}
</style>