Shades of Ruby #E00474
Tints of Ruby #E00474
RGB
CMYK
RGB Variations
Color information
#E00474 (or 0xE00474) is known color: Ruby. HEX triplet: E0, 04 and 74. RGB value is (224,4,116). Sum of RGB (Red+Green+Blue) = 224+4+116=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00474 is #1FFB8B. Grayscale: #525252. Windows color (decimal): -2096012 or 7603424. OLE color: 7603424.
HSL color Cylindrical-coordinate representation of color #E00474: hue angle of 329.45º 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 #E00474 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.12 |
| HSL | 329.45º | 0.96% | 0.45% | - |
| HSV(B) | 329.45º | 0.98% | 0.88% | - |
| XYZ | 33.94 | 17.2 | 18.05 | - |
| YUV | 82.55 | 146.89 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 116 | 0 | 0.98 | 0.48 | 0.12 | 329.45 | 0.96 | 0.45 |
| Hex | E0 | 4 | 74 | 0 | 62 | 30 | C | 149 | 60 | 2D |
| Octal | 340 | 4 | 164 | 0 | 142 | 60 | 14 | 511 | 140 | 55 |
| Binary | 11100000 | 100 | 1110100 | 0 | 1100010 | 110000 | 1100 | 101001001 | 1100000 | 101101 |
Color Harmonies of #E00474
Complementary color
Monochromatic Colors of #E00474
Black with #E00474
Text Example
Text Example
White with #E00474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00474; }
p { color: rgb(224,4,116); }
H1.HeaderClassName
{
color: #E00474;
}
.AnyTagClassName
{
color: #E00474;
}
</style>
background-color css
<style>
a { background-color: #E00474; }
a { background-color: rgb(224,4,116); }
div.DivClassName
{
background-color: #E00474;
}
.BgClassName
{
background-color: #E00474;
}
</style>
border-color css
<style>
span { border-color: #E00474; }
span { border-color: rgb(224,4,116); }
td.TdClassName
{
border-color: #E00474;
}
.TagClassName
{
border-color: #E00474;
}
</style>