Shades of Ruby #E01655
Tints of Ruby #E01655
RGB
CMYK
RGB Variations
Color information
#E01655 (or 0xE01655) is known color: Ruby. HEX triplet: E0, 16 and 55. RGB value is (224,22,85). Sum of RGB (Red+Green+Blue) = 224+22+85=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E01655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01655 is #1FE9AA. Grayscale: #595959. Windows color (decimal): -2091435 or 5576416. OLE color: 5576416.
HSL color Cylindrical-coordinate representation of color #E01655: hue angle of 341.29º 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 #E01655 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 85 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.12 |
| HSL | 341.29º | 0.82% | 0.48% | - |
| HSV(B) | 341.29º | 0.9% | 0.88% | - |
| XYZ | 32.67 | 17.08 | 10.17 | - |
| YUV | 89.58 | 125.42 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 85 | 0 | 0.90 | 0.62 | 0.12 | 341.29 | 0.82 | 0.48 |
| Hex | E0 | 16 | 55 | 0 | 5A | 3E | C | 155 | 52 | 30 |
| Octal | 340 | 26 | 125 | 0 | 132 | 76 | 14 | 525 | 122 | 60 |
| Binary | 11100000 | 10110 | 1010101 | 0 | 1011010 | 111110 | 1100 | 101010101 | 1010010 | 110000 |
Color Harmonies of #E01655
Complementary color
Monochromatic Colors of #E01655
Black with #E01655
Text Example
Text Example
White with #E01655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01655; }
p { color: rgb(224,22,85); }
H1.HeaderClassName
{
color: #E01655;
}
.AnyTagClassName
{
color: #E01655;
}
</style>
background-color css
<style>
a { background-color: #E01655; }
a { background-color: rgb(224,22,85); }
div.DivClassName
{
background-color: #E01655;
}
.BgClassName
{
background-color: #E01655;
}
</style>
border-color css
<style>
span { border-color: #E01655; }
span { border-color: rgb(224,22,85); }
td.TdClassName
{
border-color: #E01655;
}
.TagClassName
{
border-color: #E01655;
}
</style>