Shades of Ruby #E7167A
Tints of Ruby #E7167A
RGB
CMYK
RGB Variations
Color information
#E7167A (or 0xE7167A) is known color: Ruby. HEX triplet: E7, 16 and 7A. RGB value is (231,22,122). Sum of RGB (Red+Green+Blue) = 231+22+122=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7167A is #18E985. Grayscale: #5F5F5F. Windows color (decimal): -1632646 or 8001255. OLE color: 8001255.
HSL color Cylindrical-coordinate representation of color #E7167A: hue angle of 331.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7167A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 122 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.09 |
| HSL | 331.29º | 0.83% | 0.5% | - |
| HSV(B) | 331.29º | 0.9% | 0.91% | - |
| XYZ | 36.75 | 18.97 | 20.14 | - |
| YUV | 95.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 122 | 0 | 0.90 | 0.47 | 0.09 | 331.29 | 0.83 | 0.5 |
| Hex | E7 | 16 | 7A | 0 | 5A | 2F | 9 | 14B | 53 | 32 |
| Octal | 347 | 26 | 172 | 0 | 132 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11100111 | 10110 | 1111010 | 0 | 1011010 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E7167A
Complementary color
Monochromatic Colors of #E7167A
Black with #E7167A
Text Example
Text Example
White with #E7167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7167A; }
p { color: rgb(231,22,122); }
H1.HeaderClassName
{
color: #E7167A;
}
.AnyTagClassName
{
color: #E7167A;
}
</style>
background-color css
<style>
a { background-color: #E7167A; }
a { background-color: rgb(231,22,122); }
div.DivClassName
{
background-color: #E7167A;
}
.BgClassName
{
background-color: #E7167A;
}
</style>
border-color css
<style>
span { border-color: #E7167A; }
span { border-color: rgb(231,22,122); }
td.TdClassName
{
border-color: #E7167A;
}
.TagClassName
{
border-color: #E7167A;
}
</style>