Shades of Ruby #E21C73
Tints of Ruby #E21C73
RGB
CMYK
RGB Variations
Color information
#E21C73 (or 0xE21C73) is known color: Ruby. HEX triplet: E2, 1C and 73. RGB value is (226,28,115). Sum of RGB (Red+Green+Blue) = 226+28+115=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C73 is #1DE38C. Grayscale: #606060. Windows color (decimal): -1958797 or 7544034. OLE color: 7544034.
HSL color Cylindrical-coordinate representation of color #E21C73: hue angle of 333.64º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C73 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 115 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.11 |
| HSL | 333.64º | 0.78% | 0.5% | - |
| HSV(B) | 333.64º | 0.88% | 0.89% | - |
| XYZ | 34.87 | 18.24 | 17.9 | - |
| YUV | 97.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 115 | 0 | 0.88 | 0.49 | 0.11 | 333.64 | 0.78 | 0.5 |
| Hex | E2 | 1C | 73 | 0 | 58 | 31 | B | 14E | 4E | 32 |
| Octal | 342 | 34 | 163 | 0 | 130 | 61 | 13 | 516 | 116 | 62 |
| Binary | 11100010 | 11100 | 1110011 | 0 | 1011000 | 110001 | 1011 | 101001110 | 1001110 | 110010 |
Color Harmonies of #E21C73
Complementary color
Monochromatic Colors of #E21C73
Black with #E21C73
Text Example
Text Example
White with #E21C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C73; }
p { color: rgb(226,28,115); }
H1.HeaderClassName
{
color: #E21C73;
}
.AnyTagClassName
{
color: #E21C73;
}
</style>
background-color css
<style>
a { background-color: #E21C73; }
a { background-color: rgb(226,28,115); }
div.DivClassName
{
background-color: #E21C73;
}
.BgClassName
{
background-color: #E21C73;
}
</style>
border-color css
<style>
span { border-color: #E21C73; }
span { border-color: rgb(226,28,115); }
td.TdClassName
{
border-color: #E21C73;
}
.TagClassName
{
border-color: #E21C73;
}
</style>