Shades of Ruby #E21850
Tints of Ruby #E21850
RGB
CMYK
RGB Variations
Color information
#E21850 (or 0xE21850) is known color: Ruby. HEX triplet: E2, 18 and 50. RGB value is (226,24,80). Sum of RGB (Red+Green+Blue) = 226+24+80=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E21850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21850 is #1DE7AF. Grayscale: #5A5A5A. Windows color (decimal): -1959856 or 5249250. OLE color: 5249250.
HSL color Cylindrical-coordinate representation of color #E21850: hue angle of 343.37º degrees, saturation: 0.81, 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 #E21850 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 80 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.11 |
| HSL | 343.37º | 0.81% | 0.49% | - |
| HSV(B) | 343.37º | 0.89% | 0.89% | - |
| XYZ | 33.14 | 17.4 | 9.2 | - |
| YUV | 90.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 80 | 0 | 0.89 | 0.65 | 0.11 | 343.37 | 0.81 | 0.49 |
| Hex | E2 | 18 | 50 | 0 | 59 | 41 | B | 157 | 51 | 31 |
| Octal | 342 | 30 | 120 | 0 | 131 | 101 | 13 | 527 | 121 | 61 |
| Binary | 11100010 | 11000 | 1010000 | 0 | 1011001 | 1000001 | 1011 | 101010111 | 1010001 | 110001 |
Color Harmonies of #E21850
Complementary color
Monochromatic Colors of #E21850
Black with #E21850
Text Example
Text Example
White with #E21850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21850; }
p { color: rgb(226,24,80); }
H1.HeaderClassName
{
color: #E21850;
}
.AnyTagClassName
{
color: #E21850;
}
</style>
background-color css
<style>
a { background-color: #E21850; }
a { background-color: rgb(226,24,80); }
div.DivClassName
{
background-color: #E21850;
}
.BgClassName
{
background-color: #E21850;
}
</style>
border-color css
<style>
span { border-color: #E21850; }
span { border-color: rgb(226,24,80); }
td.TdClassName
{
border-color: #E21850;
}
.TagClassName
{
border-color: #E21850;
}
</style>