Shades of Ruby #E20474
Tints of Ruby #E20474
RGB
CMYK
RGB Variations
Color information
#E20474 (or 0xE20474) is known color: Ruby. HEX triplet: E2, 04 and 74. RGB value is (226,4,116). Sum of RGB (Red+Green+Blue) = 226+4+116=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E20474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20474 is #1DFB8B. Grayscale: #525252. Windows color (decimal): -1964940 or 7603426. OLE color: 7603426.
HSL color Cylindrical-coordinate representation of color #E20474: hue angle of 329.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20474 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.11 |
| HSL | 329.73º | 0.97% | 0.45% | - |
| HSV(B) | 329.73º | 0.98% | 0.89% | - |
| XYZ | 34.56 | 17.52 | 18.08 | - |
| YUV | 83.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 116 | 0 | 0.98 | 0.49 | 0.11 | 329.73 | 0.97 | 0.45 |
| Hex | E2 | 4 | 74 | 0 | 62 | 31 | B | 14A | 61 | 2D |
| Octal | 342 | 4 | 164 | 0 | 142 | 61 | 13 | 512 | 141 | 55 |
| Binary | 11100010 | 100 | 1110100 | 0 | 1100010 | 110001 | 1011 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E20474
Complementary color
Monochromatic Colors of #E20474
Black with #E20474
Text Example
Text Example
White with #E20474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20474; }
p { color: rgb(226,4,116); }
H1.HeaderClassName
{
color: #E20474;
}
.AnyTagClassName
{
color: #E20474;
}
</style>
background-color css
<style>
a { background-color: #E20474; }
a { background-color: rgb(226,4,116); }
div.DivClassName
{
background-color: #E20474;
}
.BgClassName
{
background-color: #E20474;
}
</style>
border-color css
<style>
span { border-color: #E20474; }
span { border-color: rgb(226,4,116); }
td.TdClassName
{
border-color: #E20474;
}
.TagClassName
{
border-color: #E20474;
}
</style>