Shades of Ruby #E01650
Tints of Ruby #E01650
RGB
CMYK
RGB Variations
Color information
#E01650 (or 0xE01650) is known color: Ruby. HEX triplet: E0, 16 and 50. RGB value is (224,22,80). Sum of RGB (Red+Green+Blue) = 224+22+80=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E01650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01650 is #1FE9AF. Grayscale: #585858. Windows color (decimal): -2091440 or 5248736. OLE color: 5248736.
HSL color Cylindrical-coordinate representation of color #E01650: hue angle of 342.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01650 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 80 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.12 |
| HSL | 342.77º | 0.82% | 0.48% | - |
| HSV(B) | 342.77º | 0.9% | 0.88% | - |
| XYZ | 32.48 | 17 | 9.16 | - |
| YUV | 89.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 80 | 0 | 0.90 | 0.64 | 0.12 | 342.77 | 0.82 | 0.48 |
| Hex | E0 | 16 | 50 | 0 | 5A | 40 | C | 157 | 52 | 30 |
| Octal | 340 | 26 | 120 | 0 | 132 | 100 | 14 | 527 | 122 | 60 |
| Binary | 11100000 | 10110 | 1010000 | 0 | 1011010 | 1000000 | 1100 | 101010111 | 1010010 | 110000 |
Color Harmonies of #E01650
Complementary color
Monochromatic Colors of #E01650
Black with #E01650
Text Example
Text Example
White with #E01650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01650; }
p { color: rgb(224,22,80); }
H1.HeaderClassName
{
color: #E01650;
}
.AnyTagClassName
{
color: #E01650;
}
</style>
background-color css
<style>
a { background-color: #E01650; }
a { background-color: rgb(224,22,80); }
div.DivClassName
{
background-color: #E01650;
}
.BgClassName
{
background-color: #E01650;
}
</style>
border-color css
<style>
span { border-color: #E01650; }
span { border-color: rgb(224,22,80); }
td.TdClassName
{
border-color: #E01650;
}
.TagClassName
{
border-color: #E01650;
}
</style>