Shades of Ruby #E7146D
Tints of Ruby #E7146D
RGB
CMYK
RGB Variations
Color information
#E7146D (or 0xE7146D) is known color: Ruby. HEX triplet: E7, 14 and 6D. RGB value is (231,20,109). Sum of RGB (Red+Green+Blue) = 231+20+109=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7146D is #18EB92. Grayscale: #5D5D5D. Windows color (decimal): -1633171 or 7148775. OLE color: 7148775.
HSL color Cylindrical-coordinate representation of color #E7146D: hue angle of 334.69º 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 #E7146D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.09 |
| HSL | 334.69º | 0.84% | 0.49% | - |
| HSV(B) | 334.69º | 0.91% | 0.91% | - |
| XYZ | 35.97 | 18.59 | 16.16 | - |
| YUV | 93.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 109 | 0 | 0.91 | 0.53 | 0.09 | 334.69 | 0.84 | 0.49 |
| Hex | E7 | 14 | 6D | 0 | 5B | 35 | 9 | 14F | 54 | 31 |
| Octal | 347 | 24 | 155 | 0 | 133 | 65 | 11 | 517 | 124 | 61 |
| Binary | 11100111 | 10100 | 1101101 | 0 | 1011011 | 110101 | 1001 | 101001111 | 1010100 | 110001 |
Color Harmonies of #E7146D
Complementary color
Monochromatic Colors of #E7146D
Black with #E7146D
Text Example
Text Example
White with #E7146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7146D; }
p { color: rgb(231,20,109); }
H1.HeaderClassName
{
color: #E7146D;
}
.AnyTagClassName
{
color: #E7146D;
}
</style>
background-color css
<style>
a { background-color: #E7146D; }
a { background-color: rgb(231,20,109); }
div.DivClassName
{
background-color: #E7146D;
}
.BgClassName
{
background-color: #E7146D;
}
</style>
border-color css
<style>
span { border-color: #E7146D; }
span { border-color: rgb(231,20,109); }
td.TdClassName
{
border-color: #E7146D;
}
.TagClassName
{
border-color: #E7146D;
}
</style>