Shades of Ruby #E20978
Tints of Ruby #E20978
RGB
CMYK
RGB Variations
Color information
#E20978 (or 0xE20978) is known color: Ruby. HEX triplet: E2, 09 and 78. RGB value is (226,9,120). Sum of RGB (Red+Green+Blue) = 226+9+120=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E20978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20978 is #1DF687. Grayscale: #565656. Windows color (decimal): -1963656 or 7866850. OLE color: 7866850.
HSL color Cylindrical-coordinate representation of color #E20978: hue angle of 329.31º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20978 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.11 |
| HSL | 329.31º | 0.92% | 0.46% | - |
| HSV(B) | 329.31º | 0.96% | 0.89% | - |
| XYZ | 34.85 | 17.72 | 19.35 | - |
| YUV | 86.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 120 | 0 | 0.96 | 0.47 | 0.11 | 329.31 | 0.92 | 0.46 |
| Hex | E2 | 9 | 78 | 0 | 60 | 2F | B | 149 | 5C | 2E |
| Octal | 342 | 11 | 170 | 0 | 140 | 57 | 13 | 511 | 134 | 56 |
| Binary | 11100010 | 1001 | 1111000 | 0 | 1100000 | 101111 | 1011 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E20978
Complementary color
Monochromatic Colors of #E20978
Black with #E20978
Text Example
Text Example
White with #E20978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20978; }
p { color: rgb(226,9,120); }
H1.HeaderClassName
{
color: #E20978;
}
.AnyTagClassName
{
color: #E20978;
}
</style>
background-color css
<style>
a { background-color: #E20978; }
a { background-color: rgb(226,9,120); }
div.DivClassName
{
background-color: #E20978;
}
.BgClassName
{
background-color: #E20978;
}
</style>
border-color css
<style>
span { border-color: #E20978; }
span { border-color: rgb(226,9,120); }
td.TdClassName
{
border-color: #E20978;
}
.TagClassName
{
border-color: #E20978;
}
</style>