Shades of Ruby #E6077B
Tints of Ruby #E6077B
RGB
CMYK
RGB Variations
Color information
#E6077B (or 0xE6077B) is known color: Ruby. HEX triplet: E6, 07 and 7B. RGB value is (230,7,123). Sum of RGB (Red+Green+Blue) = 230+7+123=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6077B is #19F884. Grayscale: #565656. Windows color (decimal): -1702021 or 8062950. OLE color: 8062950.
HSL color Cylindrical-coordinate representation of color #E6077B: hue angle of 328.79º 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 #E6077B is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.10 |
| HSL | 328.79º | 0.94% | 0.46% | - |
| HSV(B) | 328.79º | 0.97% | 0.9% | - |
| XYZ | 36.28 | 18.41 | 20.38 | - |
| YUV | 86.9 | 148.38 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 123 | 0 | 0.97 | 0.47 | 0.10 | 328.79 | 0.94 | 0.46 |
| Hex | E6 | 7 | 7B | 0 | 61 | 2F | A | 149 | 5E | 2E |
| Octal | 346 | 7 | 173 | 0 | 141 | 57 | 12 | 511 | 136 | 56 |
| Binary | 11100110 | 111 | 1111011 | 0 | 1100001 | 101111 | 1010 | 101001001 | 1011110 | 101110 |
Color Harmonies of #E6077B
Complementary color
Monochromatic Colors of #E6077B
Black with #E6077B
Text Example
Text Example
White with #E6077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6077B; }
p { color: rgb(230,7,123); }
H1.HeaderClassName
{
color: #E6077B;
}
.AnyTagClassName
{
color: #E6077B;
}
</style>
background-color css
<style>
a { background-color: #E6077B; }
a { background-color: rgb(230,7,123); }
div.DivClassName
{
background-color: #E6077B;
}
.BgClassName
{
background-color: #E6077B;
}
</style>
border-color css
<style>
span { border-color: #E6077B; }
span { border-color: rgb(230,7,123); }
td.TdClassName
{
border-color: #E6077B;
}
.TagClassName
{
border-color: #E6077B;
}
</style>