Shades of Ruby #E6167B
Tints of Ruby #E6167B
RGB
CMYK
RGB Variations
Color information
#E6167B (or 0xE6167B) is known color: Ruby. HEX triplet: E6, 16 and 7B. RGB value is (230,22,123). Sum of RGB (Red+Green+Blue) = 230+22+123=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6167B is #19E984. Grayscale: #5F5F5F. Windows color (decimal): -1698181 or 8066790. OLE color: 8066790.
HSL color Cylindrical-coordinate representation of color #E6167B: hue angle of 330.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6167B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 123 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.10 |
| HSL | 330.87º | 0.83% | 0.49% | - |
| HSV(B) | 330.87º | 0.9% | 0.9% | - |
| XYZ | 36.5 | 18.83 | 20.45 | - |
| YUV | 95.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 123 | 0 | 0.90 | 0.47 | 0.10 | 330.87 | 0.83 | 0.49 |
| Hex | E6 | 16 | 7B | 0 | 5A | 2F | A | 14B | 53 | 31 |
| Octal | 346 | 26 | 173 | 0 | 132 | 57 | 12 | 513 | 123 | 61 |
| Binary | 11100110 | 10110 | 1111011 | 0 | 1011010 | 101111 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E6167B
Complementary color
Monochromatic Colors of #E6167B
Black with #E6167B
Text Example
Text Example
White with #E6167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6167B; }
p { color: rgb(230,22,123); }
H1.HeaderClassName
{
color: #E6167B;
}
.AnyTagClassName
{
color: #E6167B;
}
</style>
background-color css
<style>
a { background-color: #E6167B; }
a { background-color: rgb(230,22,123); }
div.DivClassName
{
background-color: #E6167B;
}
.BgClassName
{
background-color: #E6167B;
}
</style>
border-color css
<style>
span { border-color: #E6167B; }
span { border-color: rgb(230,22,123); }
td.TdClassName
{
border-color: #E6167B;
}
.TagClassName
{
border-color: #E6167B;
}
</style>