Shades of Ruby #E8147A
Tints of Ruby #E8147A
RGB
CMYK
RGB Variations
Color information
#E8147A (or 0xE8147A) is known color: Ruby. HEX triplet: E8, 14 and 7A. RGB value is (232,20,122). Sum of RGB (Red+Green+Blue) = 232+20+122=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E8147A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8147A is #17EB85. Grayscale: #5E5E5E. Windows color (decimal): -1567622 or 8000744. OLE color: 8000744.
HSL color Cylindrical-coordinate representation of color #E8147A: hue angle of 331.13º 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 #E8147A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 122 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 331.13º | 0.84% | 0.49% | - |
| HSV(B) | 331.13º | 0.91% | 0.91% | - |
| XYZ | 37.04 | 19.06 | 20.14 | - |
| YUV | 95.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 122 | 0 | 0.91 | 0.47 | 0.09 | 331.13 | 0.84 | 0.49 |
| Hex | E8 | 14 | 7A | 0 | 5B | 2F | 9 | 14B | 54 | 31 |
| Octal | 350 | 24 | 172 | 0 | 133 | 57 | 11 | 513 | 124 | 61 |
| Binary | 11101000 | 10100 | 1111010 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010100 | 110001 |
Color Harmonies of #E8147A
Complementary color
Monochromatic Colors of #E8147A
Black with #E8147A
Text Example
Text Example
White with #E8147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8147A; }
p { color: rgb(232,20,122); }
H1.HeaderClassName
{
color: #E8147A;
}
.AnyTagClassName
{
color: #E8147A;
}
</style>
background-color css
<style>
a { background-color: #E8147A; }
a { background-color: rgb(232,20,122); }
div.DivClassName
{
background-color: #E8147A;
}
.BgClassName
{
background-color: #E8147A;
}
</style>
border-color css
<style>
span { border-color: #E8147A; }
span { border-color: rgb(232,20,122); }
td.TdClassName
{
border-color: #E8147A;
}
.TagClassName
{
border-color: #E8147A;
}
</style>