Shades of Ruby #E21759
Tints of Ruby #E21759
RGB
CMYK
RGB Variations
Color information
#E21759 (or 0xE21759) is known color: Ruby. HEX triplet: E2, 17 and 59. RGB value is (226,23,89). Sum of RGB (Red+Green+Blue) = 226+23+89=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E21759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21759 is #1DE8A6. Grayscale: #5B5B5B. Windows color (decimal): -1960103 or 5838818. OLE color: 5838818.
HSL color Cylindrical-coordinate representation of color #E21759: hue angle of 340.49º 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 #E21759 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 89 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.11 |
| HSL | 340.49º | 0.82% | 0.49% | - |
| HSV(B) | 340.49º | 0.9% | 0.89% | - |
| XYZ | 33.47 | 17.5 | 11.07 | - |
| YUV | 91.22 | 126.75 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 89 | 0 | 0.90 | 0.61 | 0.11 | 340.49 | 0.82 | 0.49 |
| Hex | E2 | 17 | 59 | 0 | 5A | 3D | B | 154 | 52 | 31 |
| Octal | 342 | 27 | 131 | 0 | 132 | 75 | 13 | 524 | 122 | 61 |
| Binary | 11100010 | 10111 | 1011001 | 0 | 1011010 | 111101 | 1011 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E21759
Complementary color
Monochromatic Colors of #E21759
Black with #E21759
Text Example
Text Example
White with #E21759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21759; }
p { color: rgb(226,23,89); }
H1.HeaderClassName
{
color: #E21759;
}
.AnyTagClassName
{
color: #E21759;
}
</style>
background-color css
<style>
a { background-color: #E21759; }
a { background-color: rgb(226,23,89); }
div.DivClassName
{
background-color: #E21759;
}
.BgClassName
{
background-color: #E21759;
}
</style>
border-color css
<style>
span { border-color: #E21759; }
span { border-color: rgb(226,23,89); }
td.TdClassName
{
border-color: #E21759;
}
.TagClassName
{
border-color: #E21759;
}
</style>