Shades of Ruby #E21779
Tints of Ruby #E21779
RGB
CMYK
RGB Variations
Color information
#E21779 (or 0xE21779) is known color: Ruby. HEX triplet: E2, 17 and 79. RGB value is (226,23,121). Sum of RGB (Red+Green+Blue) = 226+23+121=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E21779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21779 is #1DE886. Grayscale: #5E5E5E. Windows color (decimal): -1960071 or 7935970. OLE color: 7935970.
HSL color Cylindrical-coordinate representation of color #E21779: hue angle of 331.03º 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 #E21779 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.11 |
| HSL | 331.03º | 0.82% | 0.49% | - |
| HSV(B) | 331.03º | 0.9% | 0.89% | - |
| XYZ | 35.12 | 18.16 | 19.74 | - |
| YUV | 94.87 | 142.75 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 121 | 0 | 0.90 | 0.46 | 0.11 | 331.03 | 0.82 | 0.49 |
| Hex | E2 | 17 | 79 | 0 | 5A | 2E | B | 14B | 52 | 31 |
| Octal | 342 | 27 | 171 | 0 | 132 | 56 | 13 | 513 | 122 | 61 |
| Binary | 11100010 | 10111 | 1111001 | 0 | 1011010 | 101110 | 1011 | 101001011 | 1010010 | 110001 |
Color Harmonies of #E21779
Complementary color
Monochromatic Colors of #E21779
Black with #E21779
Text Example
Text Example
White with #E21779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21779; }
p { color: rgb(226,23,121); }
H1.HeaderClassName
{
color: #E21779;
}
.AnyTagClassName
{
color: #E21779;
}
</style>
background-color css
<style>
a { background-color: #E21779; }
a { background-color: rgb(226,23,121); }
div.DivClassName
{
background-color: #E21779;
}
.BgClassName
{
background-color: #E21779;
}
</style>
border-color css
<style>
span { border-color: #E21779; }
span { border-color: rgb(226,23,121); }
td.TdClassName
{
border-color: #E21779;
}
.TagClassName
{
border-color: #E21779;
}
</style>