Shades of Ruby #E21D6C
Tints of Ruby #E21D6C
RGB
CMYK
RGB Variations
Color information
#E21D6C (or 0xE21D6C) is known color: Ruby. HEX triplet: E2, 1D and 6C. RGB value is (226,29,108). Sum of RGB (Red+Green+Blue) = 226+29+108=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D6C is #1DE293. Grayscale: #606060. Windows color (decimal): -1958548 or 7085538. OLE color: 7085538.
HSL color Cylindrical-coordinate representation of color #E21D6C: hue angle of 335.94º 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 #E21D6C is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 108 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.11 |
| HSL | 335.94º | 0.77% | 0.5% | - |
| HSV(B) | 335.94º | 0.87% | 0.89% | - |
| XYZ | 34.51 | 18.13 | 15.87 | - |
| YUV | 96.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 108 | 0 | 0.87 | 0.52 | 0.11 | 335.94 | 0.77 | 0.5 |
| Hex | E2 | 1D | 6C | 0 | 57 | 34 | B | 150 | 4D | 32 |
| Octal | 342 | 35 | 154 | 0 | 127 | 64 | 13 | 520 | 115 | 62 |
| Binary | 11100010 | 11101 | 1101100 | 0 | 1010111 | 110100 | 1011 | 101010000 | 1001101 | 110010 |
Color Harmonies of #E21D6C
Complementary color
Monochromatic Colors of #E21D6C
Black with #E21D6C
Text Example
Text Example
White with #E21D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D6C; }
p { color: rgb(226,29,108); }
H1.HeaderClassName
{
color: #E21D6C;
}
.AnyTagClassName
{
color: #E21D6C;
}
</style>
background-color css
<style>
a { background-color: #E21D6C; }
a { background-color: rgb(226,29,108); }
div.DivClassName
{
background-color: #E21D6C;
}
.BgClassName
{
background-color: #E21D6C;
}
</style>
border-color css
<style>
span { border-color: #E21D6C; }
span { border-color: rgb(226,29,108); }
td.TdClassName
{
border-color: #E21D6C;
}
.TagClassName
{
border-color: #E21D6C;
}
</style>