Shades of Ruby #E21974
Tints of Ruby #E21974
RGB
CMYK
RGB Variations
Color information
#E21974 (or 0xE21974) is known color: Ruby. HEX triplet: E2, 19 and 74. RGB value is (226,25,116). Sum of RGB (Red+Green+Blue) = 226+25+116=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21974 is #1DE68B. Grayscale: #5F5F5F. Windows color (decimal): -1959564 or 7608802. OLE color: 7608802.
HSL color Cylindrical-coordinate representation of color #E21974: hue angle of 332.84º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21974 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 116 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.11 |
| HSL | 332.84º | 0.8% | 0.49% | - |
| HSV(B) | 332.84º | 0.89% | 0.89% | - |
| XYZ | 34.86 | 18.12 | 18.18 | - |
| YUV | 95.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 116 | 0 | 0.89 | 0.49 | 0.11 | 332.84 | 0.8 | 0.49 |
| Hex | E2 | 19 | 74 | 0 | 59 | 31 | B | 14D | 50 | 31 |
| Octal | 342 | 31 | 164 | 0 | 131 | 61 | 13 | 515 | 120 | 61 |
| Binary | 11100010 | 11001 | 1110100 | 0 | 1011001 | 110001 | 1011 | 101001101 | 1010000 | 110001 |
Color Harmonies of #E21974
Complementary color
Monochromatic Colors of #E21974
Black with #E21974
Text Example
Text Example
White with #E21974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21974; }
p { color: rgb(226,25,116); }
H1.HeaderClassName
{
color: #E21974;
}
.AnyTagClassName
{
color: #E21974;
}
</style>
background-color css
<style>
a { background-color: #E21974; }
a { background-color: rgb(226,25,116); }
div.DivClassName
{
background-color: #E21974;
}
.BgClassName
{
background-color: #E21974;
}
</style>
border-color css
<style>
span { border-color: #E21974; }
span { border-color: rgb(226,25,116); }
td.TdClassName
{
border-color: #E21974;
}
.TagClassName
{
border-color: #E21974;
}
</style>