Shades of Ruby #E21C60
Tints of Ruby #E21C60
RGB
CMYK
RGB Variations
Color information
#E21C60 (or 0xE21C60) is known color: Ruby. HEX triplet: E2, 1C and 60. RGB value is (226,28,96). Sum of RGB (Red+Green+Blue) = 226+28+96=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C60 is #1DE39F. Grayscale: #5E5E5E. Windows color (decimal): -1958816 or 6298850. OLE color: 6298850.
HSL color Cylindrical-coordinate representation of color #E21C60: hue angle of 339.39º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C60 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 96 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.11 |
| HSL | 339.39º | 0.78% | 0.5% | - |
| HSV(B) | 339.39º | 0.88% | 0.89% | - |
| XYZ | 33.89 | 17.84 | 12.72 | - |
| YUV | 94.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 96 | 0 | 0.88 | 0.58 | 0.11 | 339.39 | 0.78 | 0.5 |
| Hex | E2 | 1C | 60 | 0 | 58 | 3A | B | 153 | 4E | 32 |
| Octal | 342 | 34 | 140 | 0 | 130 | 72 | 13 | 523 | 116 | 62 |
| Binary | 11100010 | 11100 | 1100000 | 0 | 1011000 | 111010 | 1011 | 101010011 | 1001110 | 110010 |
Color Harmonies of #E21C60
Complementary color
Monochromatic Colors of #E21C60
Black with #E21C60
Text Example
Text Example
White with #E21C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C60; }
p { color: rgb(226,28,96); }
H1.HeaderClassName
{
color: #E21C60;
}
.AnyTagClassName
{
color: #E21C60;
}
</style>
background-color css
<style>
a { background-color: #E21C60; }
a { background-color: rgb(226,28,96); }
div.DivClassName
{
background-color: #E21C60;
}
.BgClassName
{
background-color: #E21C60;
}
</style>
border-color css
<style>
span { border-color: #E21C60; }
span { border-color: rgb(226,28,96); }
td.TdClassName
{
border-color: #E21C60;
}
.TagClassName
{
border-color: #E21C60;
}
</style>