Shades of Ruby #E0047A
Tints of Ruby #E0047A
RGB
CMYK
RGB Variations
Color information
#E0047A (or 0xE0047A) is known color: Ruby. HEX triplet: E0, 04 and 7A. RGB value is (224,4,122). Sum of RGB (Red+Green+Blue) = 224+4+122=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0047A is #1FFB85. Grayscale: #525252. Windows color (decimal): -2096006 or 7996640. OLE color: 7996640.
HSL color Cylindrical-coordinate representation of color #E0047A: hue angle of 327.82º 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 #E0047A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.12 |
| HSL | 327.82º | 0.96% | 0.45% | - |
| HSV(B) | 327.82º | 0.98% | 0.88% | - |
| XYZ | 34.3 | 17.34 | 19.95 | - |
| YUV | 83.23 | 149.89 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 122 | 0 | 0.98 | 0.46 | 0.12 | 327.82 | 0.96 | 0.45 |
| Hex | E0 | 4 | 7A | 0 | 62 | 2E | C | 148 | 60 | 2D |
| Octal | 340 | 4 | 172 | 0 | 142 | 56 | 14 | 510 | 140 | 55 |
| Binary | 11100000 | 100 | 1111010 | 0 | 1100010 | 101110 | 1100 | 101001000 | 1100000 | 101101 |
Color Harmonies of #E0047A
Complementary color
Monochromatic Colors of #E0047A
Black with #E0047A
Text Example
Text Example
White with #E0047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0047A; }
p { color: rgb(224,4,122); }
H1.HeaderClassName
{
color: #E0047A;
}
.AnyTagClassName
{
color: #E0047A;
}
</style>
background-color css
<style>
a { background-color: #E0047A; }
a { background-color: rgb(224,4,122); }
div.DivClassName
{
background-color: #E0047A;
}
.BgClassName
{
background-color: #E0047A;
}
</style>
border-color css
<style>
span { border-color: #E0047A; }
span { border-color: rgb(224,4,122); }
td.TdClassName
{
border-color: #E0047A;
}
.TagClassName
{
border-color: #E0047A;
}
</style>