Shades of Ruby #E2127B
Tints of Ruby #E2127B
RGB
CMYK
RGB Variations
Color information
#E2127B (or 0xE2127B) is known color: Ruby. HEX triplet: E2, 12 and 7B. RGB value is (226,18,123). Sum of RGB (Red+Green+Blue) = 226+18+123=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2127B is #1DED84. Grayscale: #5B5B5B. Windows color (decimal): -1961349 or 8065762. OLE color: 8065762.
HSL color Cylindrical-coordinate representation of color #E2127B: hue angle of 329.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2127B is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 123 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.11 |
| HSL | 329.71º | 0.85% | 0.48% | - |
| HSV(B) | 329.71º | 0.92% | 0.89% | - |
| XYZ | 35.16 | 18.03 | 20.37 | - |
| YUV | 92.16 | 145.41 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 123 | 0 | 0.92 | 0.46 | 0.11 | 329.71 | 0.85 | 0.48 |
| Hex | E2 | 12 | 7B | 0 | 5C | 2E | B | 14A | 55 | 30 |
| Octal | 342 | 22 | 173 | 0 | 134 | 56 | 13 | 512 | 125 | 60 |
| Binary | 11100010 | 10010 | 1111011 | 0 | 1011100 | 101110 | 1011 | 101001010 | 1010101 | 110000 |
Color Harmonies of #E2127B
Complementary color
Monochromatic Colors of #E2127B
Black with #E2127B
Text Example
Text Example
White with #E2127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2127B; }
p { color: rgb(226,18,123); }
H1.HeaderClassName
{
color: #E2127B;
}
.AnyTagClassName
{
color: #E2127B;
}
</style>
background-color css
<style>
a { background-color: #E2127B; }
a { background-color: rgb(226,18,123); }
div.DivClassName
{
background-color: #E2127B;
}
.BgClassName
{
background-color: #E2127B;
}
</style>
border-color css
<style>
span { border-color: #E2127B; }
span { border-color: rgb(226,18,123); }
td.TdClassName
{
border-color: #E2127B;
}
.TagClassName
{
border-color: #E2127B;
}
</style>