Shades of Ruby #E21C62
Tints of Ruby #E21C62
RGB
CMYK
RGB Variations
Color information
#E21C62 (or 0xE21C62) is known color: Ruby. HEX triplet: E2, 1C and 62. RGB value is (226,28,98). Sum of RGB (Red+Green+Blue) = 226+28+98=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C62 is #1DE39D. Grayscale: #5F5F5F. Windows color (decimal): -1958814 or 6429922. OLE color: 6429922.
HSL color Cylindrical-coordinate representation of color #E21C62: hue angle of 338.79º 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 #E21C62 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 98 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.11 |
| HSL | 338.79º | 0.78% | 0.5% | - |
| HSV(B) | 338.79º | 0.88% | 0.89% | - |
| XYZ | 33.98 | 17.88 | 13.22 | - |
| YUV | 95.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 98 | 0 | 0.88 | 0.57 | 0.11 | 338.79 | 0.78 | 0.5 |
| Hex | E2 | 1C | 62 | 0 | 58 | 39 | B | 153 | 4E | 32 |
| Octal | 342 | 34 | 142 | 0 | 130 | 71 | 13 | 523 | 116 | 62 |
| Binary | 11100010 | 11100 | 1100010 | 0 | 1011000 | 111001 | 1011 | 101010011 | 1001110 | 110010 |
Color Harmonies of #E21C62
Complementary color
Monochromatic Colors of #E21C62
Black with #E21C62
Text Example
Text Example
White with #E21C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C62; }
p { color: rgb(226,28,98); }
H1.HeaderClassName
{
color: #E21C62;
}
.AnyTagClassName
{
color: #E21C62;
}
</style>
background-color css
<style>
a { background-color: #E21C62; }
a { background-color: rgb(226,28,98); }
div.DivClassName
{
background-color: #E21C62;
}
.BgClassName
{
background-color: #E21C62;
}
</style>
border-color css
<style>
span { border-color: #E21C62; }
span { border-color: rgb(226,28,98); }
td.TdClassName
{
border-color: #E21C62;
}
.TagClassName
{
border-color: #E21C62;
}
</style>