Shades of Ruby #E21E5C
Tints of Ruby #E21E5C
RGB
CMYK
RGB Variations
Color information
#E21E5C (or 0xE21E5C) is known color: Ruby. HEX triplet: E2, 1E and 5C. RGB value is (226,30,92). Sum of RGB (Red+Green+Blue) = 226+30+92=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E5C is #1DE1A3. Grayscale: #5F5F5F. Windows color (decimal): -1958308 or 6037218. OLE color: 6037218.
HSL color Cylindrical-coordinate representation of color #E21E5C: hue angle of 341.02º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E5C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 92 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.11 |
| HSL | 341.02º | 0.77% | 0.5% | - |
| HSV(B) | 341.02º | 0.87% | 0.89% | - |
| XYZ | 33.76 | 17.87 | 11.8 | - |
| YUV | 95.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 92 | 0 | 0.87 | 0.59 | 0.11 | 341.02 | 0.77 | 0.5 |
| Hex | E2 | 1E | 5C | 0 | 57 | 3B | B | 155 | 4D | 32 |
| Octal | 342 | 36 | 134 | 0 | 127 | 73 | 13 | 525 | 115 | 62 |
| Binary | 11100010 | 11110 | 1011100 | 0 | 1010111 | 111011 | 1011 | 101010101 | 1001101 | 110010 |
Color Harmonies of #E21E5C
Complementary color
Monochromatic Colors of #E21E5C
Black with #E21E5C
Text Example
Text Example
White with #E21E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E5C; }
p { color: rgb(226,30,92); }
H1.HeaderClassName
{
color: #E21E5C;
}
.AnyTagClassName
{
color: #E21E5C;
}
</style>
background-color css
<style>
a { background-color: #E21E5C; }
a { background-color: rgb(226,30,92); }
div.DivClassName
{
background-color: #E21E5C;
}
.BgClassName
{
background-color: #E21E5C;
}
</style>
border-color css
<style>
span { border-color: #E21E5C; }
span { border-color: rgb(226,30,92); }
td.TdClassName
{
border-color: #E21E5C;
}
.TagClassName
{
border-color: #E21E5C;
}
</style>