Shades of Ruby #E20475
Tints of Ruby #E20475
RGB
CMYK
RGB Variations
Color information
#E20475 (or 0xE20475) is known color: Ruby. HEX triplet: E2, 04 and 75. RGB value is (226,4,117). Sum of RGB (Red+Green+Blue) = 226+4+117=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E20475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20475 is #1DFB8A. Grayscale: #535353. Windows color (decimal): -1964939 or 7668962. OLE color: 7668962.
HSL color Cylindrical-coordinate representation of color #E20475: hue angle of 329.46º 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 #E20475 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.11 |
| HSL | 329.46º | 0.97% | 0.45% | - |
| HSV(B) | 329.46º | 0.98% | 0.89% | - |
| XYZ | 34.62 | 17.54 | 18.39 | - |
| YUV | 83.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 117 | 0 | 0.98 | 0.48 | 0.11 | 329.46 | 0.97 | 0.45 |
| Hex | E2 | 4 | 75 | 0 | 62 | 30 | B | 149 | 61 | 2D |
| Octal | 342 | 4 | 165 | 0 | 142 | 60 | 13 | 511 | 141 | 55 |
| Binary | 11100010 | 100 | 1110101 | 0 | 1100010 | 110000 | 1011 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E20475
Complementary color
Monochromatic Colors of #E20475
Black with #E20475
Text Example
Text Example
White with #E20475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20475; }
p { color: rgb(226,4,117); }
H1.HeaderClassName
{
color: #E20475;
}
.AnyTagClassName
{
color: #E20475;
}
</style>
background-color css
<style>
a { background-color: #E20475; }
a { background-color: rgb(226,4,117); }
div.DivClassName
{
background-color: #E20475;
}
.BgClassName
{
background-color: #E20475;
}
</style>
border-color css
<style>
span { border-color: #E20475; }
span { border-color: rgb(226,4,117); }
td.TdClassName
{
border-color: #E20475;
}
.TagClassName
{
border-color: #E20475;
}
</style>