Shades of Ruby #E7067C
Tints of Ruby #E7067C
RGB
CMYK
RGB Variations
Color information
#E7067C (or 0xE7067C) is known color: Ruby. HEX triplet: E7, 06 and 7C. RGB value is (231,6,124). Sum of RGB (Red+Green+Blue) = 231+6+124=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7067C is #18F983. Grayscale: #565656. Windows color (decimal): -1636740 or 8128231. OLE color: 8128231.
HSL color Cylindrical-coordinate representation of color #E7067C: hue angle of 328.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7067C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.09 |
| HSL | 328.53º | 0.95% | 0.46% | - |
| HSV(B) | 328.53º | 0.97% | 0.91% | - |
| XYZ | 36.66 | 18.57 | 20.72 | - |
| YUV | 86.73 | 149.04 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 124 | 0 | 0.97 | 0.46 | 0.09 | 328.53 | 0.95 | 0.46 |
| Hex | E7 | 6 | 7C | 0 | 61 | 2E | 9 | 149 | 5F | 2E |
| Octal | 347 | 6 | 174 | 0 | 141 | 56 | 11 | 511 | 137 | 56 |
| Binary | 11100111 | 110 | 1111100 | 0 | 1100001 | 101110 | 1001 | 101001001 | 1011111 | 101110 |
Color Harmonies of #E7067C
Complementary color
Monochromatic Colors of #E7067C
Black with #E7067C
Text Example
Text Example
White with #E7067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7067C; }
p { color: rgb(231,6,124); }
H1.HeaderClassName
{
color: #E7067C;
}
.AnyTagClassName
{
color: #E7067C;
}
</style>
background-color css
<style>
a { background-color: #E7067C; }
a { background-color: rgb(231,6,124); }
div.DivClassName
{
background-color: #E7067C;
}
.BgClassName
{
background-color: #E7067C;
}
</style>
border-color css
<style>
span { border-color: #E7067C; }
span { border-color: rgb(231,6,124); }
td.TdClassName
{
border-color: #E7067C;
}
.TagClassName
{
border-color: #E7067C;
}
</style>