Shades of Ruby #E21758
Tints of Ruby #E21758
RGB
CMYK
RGB Variations
Color information
#E21758 (or 0xE21758) is known color: Ruby. HEX triplet: E2, 17 and 58. RGB value is (226,23,88). Sum of RGB (Red+Green+Blue) = 226+23+88=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E21758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21758 is #1DE8A7. Grayscale: #5B5B5B. Windows color (decimal): -1960104 or 5773282. OLE color: 5773282.
HSL color Cylindrical-coordinate representation of color #E21758: hue angle of 340.79º 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 #E21758 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 88 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.11 |
| HSL | 340.79º | 0.82% | 0.49% | - |
| HSV(B) | 340.79º | 0.9% | 0.89% | - |
| XYZ | 33.43 | 17.49 | 10.85 | - |
| YUV | 91.11 | 126.25 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 88 | 0 | 0.90 | 0.61 | 0.11 | 340.79 | 0.82 | 0.49 |
| Hex | E2 | 17 | 58 | 0 | 5A | 3D | B | 155 | 52 | 31 |
| Octal | 342 | 27 | 130 | 0 | 132 | 75 | 13 | 525 | 122 | 61 |
| Binary | 11100010 | 10111 | 1011000 | 0 | 1011010 | 111101 | 1011 | 101010101 | 1010010 | 110001 |
Color Harmonies of #E21758
Complementary color
Monochromatic Colors of #E21758
Black with #E21758
Text Example
Text Example
White with #E21758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21758; }
p { color: rgb(226,23,88); }
H1.HeaderClassName
{
color: #E21758;
}
.AnyTagClassName
{
color: #E21758;
}
</style>
background-color css
<style>
a { background-color: #E21758; }
a { background-color: rgb(226,23,88); }
div.DivClassName
{
background-color: #E21758;
}
.BgClassName
{
background-color: #E21758;
}
</style>
border-color css
<style>
span { border-color: #E21758; }
span { border-color: rgb(226,23,88); }
td.TdClassName
{
border-color: #E21758;
}
.TagClassName
{
border-color: #E21758;
}
</style>