Shades of Ruby #E21A6B
Tints of Ruby #E21A6B
RGB
CMYK
RGB Variations
Color information
#E21A6B (or 0xE21A6B) is known color: Ruby. HEX triplet: E2, 1A and 6B. RGB value is (226,26,107). Sum of RGB (Red+Green+Blue) = 226+26+107=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A6B is #1DE594. Grayscale: #5E5E5E. Windows color (decimal): -1959317 or 7019234. OLE color: 7019234.
HSL color Cylindrical-coordinate representation of color #E21A6B: hue angle of 335.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A6B is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 107 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.11 |
| HSL | 335.7º | 0.79% | 0.49% | - |
| HSV(B) | 335.7º | 0.88% | 0.89% | - |
| XYZ | 34.39 | 17.97 | 15.57 | - |
| YUV | 95.03 | 134.76 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 107 | 0 | 0.88 | 0.53 | 0.11 | 335.7 | 0.79 | 0.49 |
| Hex | E2 | 1A | 6B | 0 | 58 | 35 | B | 150 | 4F | 31 |
| Octal | 342 | 32 | 153 | 0 | 130 | 65 | 13 | 520 | 117 | 61 |
| Binary | 11100010 | 11010 | 1101011 | 0 | 1011000 | 110101 | 1011 | 101010000 | 1001111 | 110001 |
Color Harmonies of #E21A6B
Complementary color
Monochromatic Colors of #E21A6B
Black with #E21A6B
Text Example
Text Example
White with #E21A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A6B; }
p { color: rgb(226,26,107); }
H1.HeaderClassName
{
color: #E21A6B;
}
.AnyTagClassName
{
color: #E21A6B;
}
</style>
background-color css
<style>
a { background-color: #E21A6B; }
a { background-color: rgb(226,26,107); }
div.DivClassName
{
background-color: #E21A6B;
}
.BgClassName
{
background-color: #E21A6B;
}
</style>
border-color css
<style>
span { border-color: #E21A6B; }
span { border-color: rgb(226,26,107); }
td.TdClassName
{
border-color: #E21A6B;
}
.TagClassName
{
border-color: #E21A6B;
}
</style>