Shades of Ruby #E60A7C
Tints of Ruby #E60A7C
RGB
CMYK
RGB Variations
Color information
#E60A7C (or 0xE60A7C) is known color: Ruby. HEX triplet: E6, 0A and 7C. RGB value is (230,10,124). Sum of RGB (Red+Green+Blue) = 230+10+124=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A7C is #19F583. Grayscale: #585858. Windows color (decimal): -1701252 or 8129254. OLE color: 8129254.
HSL color Cylindrical-coordinate representation of color #E60A7C: hue angle of 328.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A7C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 124 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.10 |
| HSL | 328.91º | 0.92% | 0.47% | - |
| HSV(B) | 328.91º | 0.96% | 0.9% | - |
| XYZ | 36.38 | 18.5 | 20.72 | - |
| YUV | 88.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 124 | 0 | 0.96 | 0.46 | 0.10 | 328.91 | 0.92 | 0.47 |
| Hex | E6 | A | 7C | 0 | 60 | 2E | A | 149 | 5C | 2F |
| Octal | 346 | 12 | 174 | 0 | 140 | 56 | 12 | 511 | 134 | 57 |
| Binary | 11100110 | 1010 | 1111100 | 0 | 1100000 | 101110 | 1010 | 101001001 | 1011100 | 101111 |
Color Harmonies of #E60A7C
Complementary color
Monochromatic Colors of #E60A7C
Black with #E60A7C
Text Example
Text Example
White with #E60A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A7C; }
p { color: rgb(230,10,124); }
H1.HeaderClassName
{
color: #E60A7C;
}
.AnyTagClassName
{
color: #E60A7C;
}
</style>
background-color css
<style>
a { background-color: #E60A7C; }
a { background-color: rgb(230,10,124); }
div.DivClassName
{
background-color: #E60A7C;
}
.BgClassName
{
background-color: #E60A7C;
}
</style>
border-color css
<style>
span { border-color: #E60A7C; }
span { border-color: rgb(230,10,124); }
td.TdClassName
{
border-color: #E60A7C;
}
.TagClassName
{
border-color: #E60A7C;
}
</style>