Shades of Ruby #E01461
Tints of Ruby #E01461
RGB
CMYK
RGB Variations
Color information
#E01461 (or 0xE01461) is known color: Ruby. HEX triplet: E0, 14 and 61. RGB value is (224,20,97). Sum of RGB (Red+Green+Blue) = 224+20+97=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E01461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01461 is #1FEB9E. Grayscale: #595959. Windows color (decimal): -2091935 or 6362336. OLE color: 6362336.
HSL color Cylindrical-coordinate representation of color #E01461: hue angle of 337.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01461 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 97 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.12 |
| HSL | 337.35º | 0.84% | 0.48% | - |
| HSV(B) | 337.35º | 0.91% | 0.88% | - |
| XYZ | 33.15 | 17.21 | 12.88 | - |
| YUV | 89.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 97 | 0 | 0.91 | 0.57 | 0.12 | 337.35 | 0.84 | 0.48 |
| Hex | E0 | 14 | 61 | 0 | 5B | 39 | C | 151 | 54 | 30 |
| Octal | 340 | 24 | 141 | 0 | 133 | 71 | 14 | 521 | 124 | 60 |
| Binary | 11100000 | 10100 | 1100001 | 0 | 1011011 | 111001 | 1100 | 101010001 | 1010100 | 110000 |
Color Harmonies of #E01461
Complementary color
Monochromatic Colors of #E01461
Black with #E01461
Text Example
Text Example
White with #E01461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01461; }
p { color: rgb(224,20,97); }
H1.HeaderClassName
{
color: #E01461;
}
.AnyTagClassName
{
color: #E01461;
}
</style>
background-color css
<style>
a { background-color: #E01461; }
a { background-color: rgb(224,20,97); }
div.DivClassName
{
background-color: #E01461;
}
.BgClassName
{
background-color: #E01461;
}
</style>
border-color css
<style>
span { border-color: #E01461; }
span { border-color: rgb(224,20,97); }
td.TdClassName
{
border-color: #E01461;
}
.TagClassName
{
border-color: #E01461;
}
</style>