Shades of Ruby #E60A6E
Tints of Ruby #E60A6E
RGB
CMYK
RGB Variations
Color information
#E60A6E (or 0xE60A6E) is known color: Ruby. HEX triplet: E6, 0A and 6E. RGB value is (230,10,110). Sum of RGB (Red+Green+Blue) = 230+10+110=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A6E is #19F591. Grayscale: #575757. Windows color (decimal): -1701266 or 7211750. OLE color: 7211750.
HSL color Cylindrical-coordinate representation of color #E60A6E: hue angle of 332.73º 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 #E60A6E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 110 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.10 |
| HSL | 332.73º | 0.92% | 0.47% | - |
| HSV(B) | 332.73º | 0.96% | 0.9% | - |
| XYZ | 35.56 | 18.17 | 16.38 | - |
| YUV | 87.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 110 | 0 | 0.96 | 0.52 | 0.10 | 332.73 | 0.92 | 0.47 |
| Hex | E6 | A | 6E | 0 | 60 | 34 | A | 14D | 5C | 2F |
| Octal | 346 | 12 | 156 | 0 | 140 | 64 | 12 | 515 | 134 | 57 |
| Binary | 11100110 | 1010 | 1101110 | 0 | 1100000 | 110100 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E60A6E
Complementary color
Monochromatic Colors of #E60A6E
Black with #E60A6E
Text Example
Text Example
White with #E60A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A6E; }
p { color: rgb(230,10,110); }
H1.HeaderClassName
{
color: #E60A6E;
}
.AnyTagClassName
{
color: #E60A6E;
}
</style>
background-color css
<style>
a { background-color: #E60A6E; }
a { background-color: rgb(230,10,110); }
div.DivClassName
{
background-color: #E60A6E;
}
.BgClassName
{
background-color: #E60A6E;
}
</style>
border-color css
<style>
span { border-color: #E60A6E; }
span { border-color: rgb(230,10,110); }
td.TdClassName
{
border-color: #E60A6E;
}
.TagClassName
{
border-color: #E60A6E;
}
</style>