Shades of Ruby #E8146D
Tints of Ruby #E8146D
RGB
CMYK
RGB Variations
Color information
#E8146D (or 0xE8146D) is known color: Ruby. HEX triplet: E8, 14 and 6D. RGB value is (232,20,109). Sum of RGB (Red+Green+Blue) = 232+20+109=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8146D is #17EB92. Grayscale: #5D5D5D. Windows color (decimal): -1567635 or 7148776. OLE color: 7148776.
HSL color Cylindrical-coordinate representation of color #E8146D: hue angle of 334.81º 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 #E8146D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.09 |
| HSL | 334.81º | 0.84% | 0.49% | - |
| HSV(B) | 334.81º | 0.91% | 0.91% | - |
| XYZ | 36.29 | 18.76 | 16.18 | - |
| YUV | 93.53 | 136.74 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 109 | 0 | 0.91 | 0.53 | 0.09 | 334.81 | 0.84 | 0.49 |
| Hex | E8 | 14 | 6D | 0 | 5B | 35 | 9 | 14F | 54 | 31 |
| Octal | 350 | 24 | 155 | 0 | 133 | 65 | 11 | 517 | 124 | 61 |
| Binary | 11101000 | 10100 | 1101101 | 0 | 1011011 | 110101 | 1001 | 101001111 | 1010100 | 110001 |
Color Harmonies of #E8146D
Complementary color
Monochromatic Colors of #E8146D
Black with #E8146D
Text Example
Text Example
White with #E8146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8146D; }
p { color: rgb(232,20,109); }
H1.HeaderClassName
{
color: #E8146D;
}
.AnyTagClassName
{
color: #E8146D;
}
</style>
background-color css
<style>
a { background-color: #E8146D; }
a { background-color: rgb(232,20,109); }
div.DivClassName
{
background-color: #E8146D;
}
.BgClassName
{
background-color: #E8146D;
}
</style>
border-color css
<style>
span { border-color: #E8146D; }
span { border-color: rgb(232,20,109); }
td.TdClassName
{
border-color: #E8146D;
}
.TagClassName
{
border-color: #E8146D;
}
</style>