Shades of Ruby #E2147B
Tints of Ruby #E2147B
RGB
CMYK
RGB Variations
Color information
#E2147B (or 0xE2147B) is known color: Ruby. HEX triplet: E2, 14 and 7B. RGB value is (226,20,123). Sum of RGB (Red+Green+Blue) = 226+20+123=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2147B is #1DEB84. Grayscale: #5D5D5D. Windows color (decimal): -1960837 or 8066274. OLE color: 8066274.
HSL color Cylindrical-coordinate representation of color #E2147B: hue angle of 330º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2147B is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 123 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.11 |
| HSL | 330º | 0.84% | 0.48% | - |
| HSV(B) | 330º | 0.91% | 0.89% | - |
| XYZ | 35.19 | 18.1 | 20.38 | - |
| YUV | 93.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 123 | 0 | 0.91 | 0.46 | 0.11 | 330 | 0.84 | 0.48 |
| Hex | E2 | 14 | 7B | 0 | 5B | 2E | B | 14A | 54 | 30 |
| Octal | 342 | 24 | 173 | 0 | 133 | 56 | 13 | 512 | 124 | 60 |
| Binary | 11100010 | 10100 | 1111011 | 0 | 1011011 | 101110 | 1011 | 101001010 | 1010100 | 110000 |
Color Harmonies of #E2147B
Complementary color
Monochromatic Colors of #E2147B
Black with #E2147B
Text Example
Text Example
White with #E2147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2147B; }
p { color: rgb(226,20,123); }
H1.HeaderClassName
{
color: #E2147B;
}
.AnyTagClassName
{
color: #E2147B;
}
</style>
background-color css
<style>
a { background-color: #E2147B; }
a { background-color: rgb(226,20,123); }
div.DivClassName
{
background-color: #E2147B;
}
.BgClassName
{
background-color: #E2147B;
}
</style>
border-color css
<style>
span { border-color: #E2147B; }
span { border-color: rgb(226,20,123); }
td.TdClassName
{
border-color: #E2147B;
}
.TagClassName
{
border-color: #E2147B;
}
</style>