Shades of Ruby #E6077D
Tints of Ruby #E6077D
RGB
CMYK
RGB Variations
Color information
#E6077D (or 0xE6077D) is known color: Ruby. HEX triplet: E6, 07 and 7D. RGB value is (230,7,125). Sum of RGB (Red+Green+Blue) = 230+7+125=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6077D is #19F882. Grayscale: #565656. Windows color (decimal): -1702019 or 8194022. OLE color: 8194022.
HSL color Cylindrical-coordinate representation of color #E6077D: hue angle of 328.25º 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 #E6077D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.10 |
| HSL | 328.25º | 0.94% | 0.46% | - |
| HSV(B) | 328.25º | 0.97% | 0.9% | - |
| XYZ | 36.41 | 18.46 | 21.05 | - |
| YUV | 87.13 | 149.38 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 125 | 0 | 0.97 | 0.46 | 0.10 | 328.25 | 0.94 | 0.46 |
| Hex | E6 | 7 | 7D | 0 | 61 | 2E | A | 148 | 5E | 2E |
| Octal | 346 | 7 | 175 | 0 | 141 | 56 | 12 | 510 | 136 | 56 |
| Binary | 11100110 | 111 | 1111101 | 0 | 1100001 | 101110 | 1010 | 101001000 | 1011110 | 101110 |
Color Harmonies of #E6077D
Complementary color
Monochromatic Colors of #E6077D
Black with #E6077D
Text Example
Text Example
White with #E6077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6077D; }
p { color: rgb(230,7,125); }
H1.HeaderClassName
{
color: #E6077D;
}
.AnyTagClassName
{
color: #E6077D;
}
</style>
background-color css
<style>
a { background-color: #E6077D; }
a { background-color: rgb(230,7,125); }
div.DivClassName
{
background-color: #E6077D;
}
.BgClassName
{
background-color: #E6077D;
}
</style>
border-color css
<style>
span { border-color: #E6077D; }
span { border-color: rgb(230,7,125); }
td.TdClassName
{
border-color: #E6077D;
}
.TagClassName
{
border-color: #E6077D;
}
</style>