Shades of Ruby #E6077A
Tints of Ruby #E6077A
RGB
CMYK
RGB Variations
Color information
#E6077A (or 0xE6077A) is known color: Ruby. HEX triplet: E6, 07 and 7A. RGB value is (230,7,122). Sum of RGB (Red+Green+Blue) = 230+7+122=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6077A is #19F885. Grayscale: #565656. Windows color (decimal): -1702022 or 7997414. OLE color: 7997414.
HSL color Cylindrical-coordinate representation of color #E6077A: hue angle of 329.06º 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 #E6077A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.10 |
| HSL | 329.06º | 0.94% | 0.46% | - |
| HSV(B) | 329.06º | 0.97% | 0.9% | - |
| XYZ | 36.22 | 18.38 | 20.05 | - |
| YUV | 86.79 | 147.88 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 122 | 0 | 0.97 | 0.47 | 0.10 | 329.06 | 0.94 | 0.46 |
| Hex | E6 | 7 | 7A | 0 | 61 | 2F | A | 149 | 5E | 2E |
| Octal | 346 | 7 | 172 | 0 | 141 | 57 | 12 | 511 | 136 | 56 |
| Binary | 11100110 | 111 | 1111010 | 0 | 1100001 | 101111 | 1010 | 101001001 | 1011110 | 101110 |
Color Harmonies of #E6077A
Complementary color
Monochromatic Colors of #E6077A
Black with #E6077A
Text Example
Text Example
White with #E6077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6077A; }
p { color: rgb(230,7,122); }
H1.HeaderClassName
{
color: #E6077A;
}
.AnyTagClassName
{
color: #E6077A;
}
</style>
background-color css
<style>
a { background-color: #E6077A; }
a { background-color: rgb(230,7,122); }
div.DivClassName
{
background-color: #E6077A;
}
.BgClassName
{
background-color: #E6077A;
}
</style>
border-color css
<style>
span { border-color: #E6077A; }
span { border-color: rgb(230,7,122); }
td.TdClassName
{
border-color: #E6077A;
}
.TagClassName
{
border-color: #E6077A;
}
</style>