Shades of Ruby #E20478
Tints of Ruby #E20478
RGB
CMYK
RGB Variations
Color information
#E20478 (or 0xE20478) is known color: Ruby. HEX triplet: E2, 04 and 78. RGB value is (226,4,120). Sum of RGB (Red+Green+Blue) = 226+4+120=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E20478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20478 is #1DFB87. Grayscale: #535353. Windows color (decimal): -1964936 or 7865570. OLE color: 7865570.
HSL color Cylindrical-coordinate representation of color #E20478: hue angle of 328.65º 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 #E20478 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.11 |
| HSL | 328.65º | 0.97% | 0.45% | - |
| HSV(B) | 328.65º | 0.98% | 0.89% | - |
| XYZ | 34.8 | 17.61 | 19.33 | - |
| YUV | 83.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 120 | 0 | 0.98 | 0.47 | 0.11 | 328.65 | 0.97 | 0.45 |
| Hex | E2 | 4 | 78 | 0 | 62 | 2F | B | 149 | 61 | 2D |
| Octal | 342 | 4 | 170 | 0 | 142 | 57 | 13 | 511 | 141 | 55 |
| Binary | 11100010 | 100 | 1111000 | 0 | 1100010 | 101111 | 1011 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E20478
Complementary color
Monochromatic Colors of #E20478
Black with #E20478
Text Example
Text Example
White with #E20478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20478; }
p { color: rgb(226,4,120); }
H1.HeaderClassName
{
color: #E20478;
}
.AnyTagClassName
{
color: #E20478;
}
</style>
background-color css
<style>
a { background-color: #E20478; }
a { background-color: rgb(226,4,120); }
div.DivClassName
{
background-color: #E20478;
}
.BgClassName
{
background-color: #E20478;
}
</style>
border-color css
<style>
span { border-color: #E20478; }
span { border-color: rgb(226,4,120); }
td.TdClassName
{
border-color: #E20478;
}
.TagClassName
{
border-color: #E20478;
}
</style>