Shades of Ruby #E60A75
Tints of Ruby #E60A75
RGB
CMYK
RGB Variations
Color information
#E60A75 (or 0xE60A75) is known color: Ruby. HEX triplet: E6, 0A and 75. RGB value is (230,10,117). Sum of RGB (Red+Green+Blue) = 230+10+117=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A75 is #19F58A. Grayscale: #575757. Windows color (decimal): -1701259 or 7670502. OLE color: 7670502.
HSL color Cylindrical-coordinate representation of color #E60A75: hue angle of 330.82º 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 #E60A75 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 117 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.10 |
| HSL | 330.82º | 0.92% | 0.47% | - |
| HSV(B) | 330.82º | 0.96% | 0.9% | - |
| XYZ | 35.95 | 18.32 | 18.47 | - |
| YUV | 87.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 117 | 0 | 0.96 | 0.49 | 0.10 | 330.82 | 0.92 | 0.47 |
| Hex | E6 | A | 75 | 0 | 60 | 31 | A | 14B | 5C | 2F |
| Octal | 346 | 12 | 165 | 0 | 140 | 61 | 12 | 513 | 134 | 57 |
| Binary | 11100110 | 1010 | 1110101 | 0 | 1100000 | 110001 | 1010 | 101001011 | 1011100 | 101111 |
Color Harmonies of #E60A75
Complementary color
Monochromatic Colors of #E60A75
Black with #E60A75
Text Example
Text Example
White with #E60A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A75; }
p { color: rgb(230,10,117); }
H1.HeaderClassName
{
color: #E60A75;
}
.AnyTagClassName
{
color: #E60A75;
}
</style>
background-color css
<style>
a { background-color: #E60A75; }
a { background-color: rgb(230,10,117); }
div.DivClassName
{
background-color: #E60A75;
}
.BgClassName
{
background-color: #E60A75;
}
</style>
border-color css
<style>
span { border-color: #E60A75; }
span { border-color: rgb(230,10,117); }
td.TdClassName
{
border-color: #E60A75;
}
.TagClassName
{
border-color: #E60A75;
}
</style>