Shades of Ruby #E21E6E
Tints of Ruby #E21E6E
RGB
CMYK
RGB Variations
Color information
#E21E6E (or 0xE21E6E) is known color: Ruby. HEX triplet: E2, 1E and 6E. RGB value is (226,30,110). Sum of RGB (Red+Green+Blue) = 226+30+110=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E6E is #1DE191. Grayscale: #616161. Windows color (decimal): -1958290 or 7216866. OLE color: 7216866.
HSL color Cylindrical-coordinate representation of color #E21E6E: hue angle of 335.51º 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 #E21E6E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 110 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.11 |
| HSL | 335.51º | 0.77% | 0.5% | - |
| HSV(B) | 335.51º | 0.87% | 0.89% | - |
| XYZ | 34.64 | 18.22 | 16.44 | - |
| YUV | 97.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 110 | 0 | 0.87 | 0.51 | 0.11 | 335.51 | 0.77 | 0.5 |
| Hex | E2 | 1E | 6E | 0 | 57 | 33 | B | 150 | 4D | 32 |
| Octal | 342 | 36 | 156 | 0 | 127 | 63 | 13 | 520 | 115 | 62 |
| Binary | 11100010 | 11110 | 1101110 | 0 | 1010111 | 110011 | 1011 | 101010000 | 1001101 | 110010 |
Color Harmonies of #E21E6E
Complementary color
Monochromatic Colors of #E21E6E
Black with #E21E6E
Text Example
Text Example
White with #E21E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E6E; }
p { color: rgb(226,30,110); }
H1.HeaderClassName
{
color: #E21E6E;
}
.AnyTagClassName
{
color: #E21E6E;
}
</style>
background-color css
<style>
a { background-color: #E21E6E; }
a { background-color: rgb(226,30,110); }
div.DivClassName
{
background-color: #E21E6E;
}
.BgClassName
{
background-color: #E21E6E;
}
</style>
border-color css
<style>
span { border-color: #E21E6E; }
span { border-color: rgb(226,30,110); }
td.TdClassName
{
border-color: #E21E6E;
}
.TagClassName
{
border-color: #E21E6E;
}
</style>