Shades of Ruby #E7147B
Tints of Ruby #E7147B
RGB
CMYK
RGB Variations
Color information
#E7147B (or 0xE7147B) is known color: Ruby. HEX triplet: E7, 14 and 7B. RGB value is (231,20,123). Sum of RGB (Red+Green+Blue) = 231+20+123=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7147B is #18EB84. Grayscale: #5E5E5E. Windows color (decimal): -1633157 or 8066279. OLE color: 8066279.
HSL color Cylindrical-coordinate representation of color #E7147B: hue angle of 330.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7147B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 330.71º | 0.84% | 0.49% | - |
| HSV(B) | 330.71º | 0.91% | 0.91% | - |
| XYZ | 36.78 | 18.92 | 20.45 | - |
| YUV | 94.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 123 | 0 | 0.91 | 0.47 | 0.09 | 330.71 | 0.84 | 0.49 |
| Hex | E7 | 14 | 7B | 0 | 5B | 2F | 9 | 14B | 54 | 31 |
| Octal | 347 | 24 | 173 | 0 | 133 | 57 | 11 | 513 | 124 | 61 |
| Binary | 11100111 | 10100 | 1111011 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010100 | 110001 |
Color Harmonies of #E7147B
Complementary color
Monochromatic Colors of #E7147B
Black with #E7147B
Text Example
Text Example
White with #E7147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7147B; }
p { color: rgb(231,20,123); }
H1.HeaderClassName
{
color: #E7147B;
}
.AnyTagClassName
{
color: #E7147B;
}
</style>
background-color css
<style>
a { background-color: #E7147B; }
a { background-color: rgb(231,20,123); }
div.DivClassName
{
background-color: #E7147B;
}
.BgClassName
{
background-color: #E7147B;
}
</style>
border-color css
<style>
span { border-color: #E7147B; }
span { border-color: rgb(231,20,123); }
td.TdClassName
{
border-color: #E7147B;
}
.TagClassName
{
border-color: #E7147B;
}
</style>