Shades of Ruby #E01478
Tints of Ruby #E01478
RGB
CMYK
RGB Variations
Color information
#E01478 (or 0xE01478) is known color: Ruby. HEX triplet: E0, 14 and 78. RGB value is (224,20,120). Sum of RGB (Red+Green+Blue) = 224+20+120=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E01478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01478 is #1FEB87. Grayscale: #5C5C5C. Windows color (decimal): -2091912 or 7869664. OLE color: 7869664.
HSL color Cylindrical-coordinate representation of color #E01478: hue angle of 330.59º 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 #E01478 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.12 |
| HSL | 330.59º | 0.84% | 0.48% | - |
| HSV(B) | 330.59º | 0.91% | 0.88% | - |
| XYZ | 34.38 | 17.7 | 19.37 | - |
| YUV | 92.4 | 143.59 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 120 | 0 | 0.91 | 0.46 | 0.12 | 330.59 | 0.84 | 0.48 |
| Hex | E0 | 14 | 78 | 0 | 5B | 2E | C | 14B | 54 | 30 |
| Octal | 340 | 24 | 170 | 0 | 133 | 56 | 14 | 513 | 124 | 60 |
| Binary | 11100000 | 10100 | 1111000 | 0 | 1011011 | 101110 | 1100 | 101001011 | 1010100 | 110000 |
Color Harmonies of #E01478
Complementary color
Monochromatic Colors of #E01478
Black with #E01478
Text Example
Text Example
White with #E01478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01478; }
p { color: rgb(224,20,120); }
H1.HeaderClassName
{
color: #E01478;
}
.AnyTagClassName
{
color: #E01478;
}
</style>
background-color css
<style>
a { background-color: #E01478; }
a { background-color: rgb(224,20,120); }
div.DivClassName
{
background-color: #E01478;
}
.BgClassName
{
background-color: #E01478;
}
</style>
border-color css
<style>
span { border-color: #E01478; }
span { border-color: rgb(224,20,120); }
td.TdClassName
{
border-color: #E01478;
}
.TagClassName
{
border-color: #E01478;
}
</style>