Shades of Ruby #E6077C
Tints of Ruby #E6077C
RGB
CMYK
RGB Variations
Color information
#E6077C (or 0xE6077C) is known color: Ruby. HEX triplet: E6, 07 and 7C. RGB value is (230,7,124). Sum of RGB (Red+Green+Blue) = 230+7+124=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6077C is #19F883. Grayscale: #565656. Windows color (decimal): -1702020 or 8128486. OLE color: 8128486.
HSL color Cylindrical-coordinate representation of color #E6077C: hue angle of 328.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6077C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.10 |
| HSL | 328.52º | 0.94% | 0.46% | - |
| HSV(B) | 328.52º | 0.97% | 0.9% | - |
| XYZ | 36.35 | 18.43 | 20.71 | - |
| YUV | 87.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 124 | 0 | 0.97 | 0.46 | 0.10 | 328.52 | 0.94 | 0.46 |
| Hex | E6 | 7 | 7C | 0 | 61 | 2E | A | 149 | 5E | 2E |
| Octal | 346 | 7 | 174 | 0 | 141 | 56 | 12 | 511 | 136 | 56 |
| Binary | 11100110 | 111 | 1111100 | 0 | 1100001 | 101110 | 1010 | 101001001 | 1011110 | 101110 |
Color Harmonies of #E6077C
Complementary color
Monochromatic Colors of #E6077C
Black with #E6077C
Text Example
Text Example
White with #E6077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6077C; }
p { color: rgb(230,7,124); }
H1.HeaderClassName
{
color: #E6077C;
}
.AnyTagClassName
{
color: #E6077C;
}
</style>
background-color css
<style>
a { background-color: #E6077C; }
a { background-color: rgb(230,7,124); }
div.DivClassName
{
background-color: #E6077C;
}
.BgClassName
{
background-color: #E6077C;
}
</style>
border-color css
<style>
span { border-color: #E6077C; }
span { border-color: rgb(230,7,124); }
td.TdClassName
{
border-color: #E6077C;
}
.TagClassName
{
border-color: #E6077C;
}
</style>