Shades of Ruby #E00470
Tints of Ruby #E00470
RGB
CMYK
RGB Variations
Color information
#E00470 (or 0xE00470) is known color: Ruby. HEX triplet: E0, 04 and 70. RGB value is (224,4,112). Sum of RGB (Red+Green+Blue) = 224+4+112=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E00470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00470 is #1FFB8F. Grayscale: #515151. Windows color (decimal): -2096016 or 7341280. OLE color: 7341280.
HSL color Cylindrical-coordinate representation of color #E00470: hue angle of 330.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00470 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.12 |
| HSL | 330.55º | 0.96% | 0.45% | - |
| HSV(B) | 330.55º | 0.98% | 0.88% | - |
| XYZ | 33.71 | 17.1 | 16.85 | - |
| YUV | 82.09 | 144.89 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 112 | 0 | 0.98 | 0.50 | 0.12 | 330.55 | 0.96 | 0.45 |
| Hex | E0 | 4 | 70 | 0 | 62 | 32 | C | 14B | 60 | 2D |
| Octal | 340 | 4 | 160 | 0 | 142 | 62 | 14 | 513 | 140 | 55 |
| Binary | 11100000 | 100 | 1110000 | 0 | 1100010 | 110010 | 1100 | 101001011 | 1100000 | 101101 |
Color Harmonies of #E00470
Complementary color
Monochromatic Colors of #E00470
Black with #E00470
Text Example
Text Example
White with #E00470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00470; }
p { color: rgb(224,4,112); }
H1.HeaderClassName
{
color: #E00470;
}
.AnyTagClassName
{
color: #E00470;
}
</style>
background-color css
<style>
a { background-color: #E00470; }
a { background-color: rgb(224,4,112); }
div.DivClassName
{
background-color: #E00470;
}
.BgClassName
{
background-color: #E00470;
}
</style>
border-color css
<style>
span { border-color: #E00470; }
span { border-color: rgb(224,4,112); }
td.TdClassName
{
border-color: #E00470;
}
.TagClassName
{
border-color: #E00470;
}
</style>