Shades of Ruby #E01661
Tints of Ruby #E01661
RGB
CMYK
RGB Variations
Color information
#E01661 (or 0xE01661) is known color: Ruby. HEX triplet: E0, 16 and 61. RGB value is (224,22,97). Sum of RGB (Red+Green+Blue) = 224+22+97=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E01661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01661 is #1FE99E. Grayscale: #5A5A5A. Windows color (decimal): -2091423 or 6362848. OLE color: 6362848.
HSL color Cylindrical-coordinate representation of color #E01661: hue angle of 337.72º 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 #E01661 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 97 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.12 |
| HSL | 337.72º | 0.82% | 0.48% | - |
| HSV(B) | 337.72º | 0.9% | 0.88% | - |
| XYZ | 33.19 | 17.28 | 12.9 | - |
| YUV | 90.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 97 | 0 | 0.90 | 0.57 | 0.12 | 337.72 | 0.82 | 0.48 |
| Hex | E0 | 16 | 61 | 0 | 5A | 39 | C | 152 | 52 | 30 |
| Octal | 340 | 26 | 141 | 0 | 132 | 71 | 14 | 522 | 122 | 60 |
| Binary | 11100000 | 10110 | 1100001 | 0 | 1011010 | 111001 | 1100 | 101010010 | 1010010 | 110000 |
Color Harmonies of #E01661
Complementary color
Monochromatic Colors of #E01661
Black with #E01661
Text Example
Text Example
White with #E01661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01661; }
p { color: rgb(224,22,97); }
H1.HeaderClassName
{
color: #E01661;
}
.AnyTagClassName
{
color: #E01661;
}
</style>
background-color css
<style>
a { background-color: #E01661; }
a { background-color: rgb(224,22,97); }
div.DivClassName
{
background-color: #E01661;
}
.BgClassName
{
background-color: #E01661;
}
</style>
border-color css
<style>
span { border-color: #E01661; }
span { border-color: rgb(224,22,97); }
td.TdClassName
{
border-color: #E01661;
}
.TagClassName
{
border-color: #E01661;
}
</style>