Shades of Ruby #E21978
Tints of Ruby #E21978
RGB
CMYK
RGB Variations
Color information
#E21978 (or 0xE21978) is known color: Ruby. HEX triplet: E2, 19 and 78. RGB value is (226,25,120). Sum of RGB (Red+Green+Blue) = 226+25+120=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E21978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21978 is #1DE687. Grayscale: #5F5F5F. Windows color (decimal): -1959560 or 7870946. OLE color: 7870946.
HSL color Cylindrical-coordinate representation of color #E21978: hue angle of 331.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21978 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 120 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.11 |
| HSL | 331.64º | 0.8% | 0.49% | - |
| HSV(B) | 331.64º | 0.89% | 0.89% | - |
| XYZ | 35.1 | 18.22 | 19.44 | - |
| YUV | 95.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 120 | 0 | 0.89 | 0.47 | 0.11 | 331.64 | 0.8 | 0.49 |
| Hex | E2 | 19 | 78 | 0 | 59 | 2F | B | 14C | 50 | 31 |
| Octal | 342 | 31 | 170 | 0 | 131 | 57 | 13 | 514 | 120 | 61 |
| Binary | 11100010 | 11001 | 1111000 | 0 | 1011001 | 101111 | 1011 | 101001100 | 1010000 | 110001 |
Color Harmonies of #E21978
Complementary color
Monochromatic Colors of #E21978
Black with #E21978
Text Example
Text Example
White with #E21978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21978; }
p { color: rgb(226,25,120); }
H1.HeaderClassName
{
color: #E21978;
}
.AnyTagClassName
{
color: #E21978;
}
</style>
background-color css
<style>
a { background-color: #E21978; }
a { background-color: rgb(226,25,120); }
div.DivClassName
{
background-color: #E21978;
}
.BgClassName
{
background-color: #E21978;
}
</style>
border-color css
<style>
span { border-color: #E21978; }
span { border-color: rgb(226,25,120); }
td.TdClassName
{
border-color: #E21978;
}
.TagClassName
{
border-color: #E21978;
}
</style>