Shades of Ruby #E60D75
Tints of Ruby #E60D75
RGB
CMYK
RGB Variations
Color information
#E60D75 (or 0xE60D75) is known color: Ruby. HEX triplet: E6, 0D and 75. RGB value is (230,13,117). Sum of RGB (Red+Green+Blue) = 230+13+117=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D75 is #19F28A. Grayscale: #595959. Windows color (decimal): -1700491 or 7671270. OLE color: 7671270.
HSL color Cylindrical-coordinate representation of color #E60D75: hue angle of 331.24º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D75 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.10 |
| HSL | 331.24º | 0.89% | 0.48% | - |
| HSV(B) | 331.24º | 0.94% | 0.9% | - |
| XYZ | 35.99 | 18.4 | 18.48 | - |
| YUV | 89.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 117 | 0 | 0.94 | 0.49 | 0.10 | 331.24 | 0.89 | 0.48 |
| Hex | E6 | D | 75 | 0 | 5E | 31 | A | 14B | 59 | 30 |
| Octal | 346 | 15 | 165 | 0 | 136 | 61 | 12 | 513 | 131 | 60 |
| Binary | 11100110 | 1101 | 1110101 | 0 | 1011110 | 110001 | 1010 | 101001011 | 1011001 | 110000 |
Color Harmonies of #E60D75
Complementary color
Monochromatic Colors of #E60D75
Black with #E60D75
Text Example
Text Example
White with #E60D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D75; }
p { color: rgb(230,13,117); }
H1.HeaderClassName
{
color: #E60D75;
}
.AnyTagClassName
{
color: #E60D75;
}
</style>
background-color css
<style>
a { background-color: #E60D75; }
a { background-color: rgb(230,13,117); }
div.DivClassName
{
background-color: #E60D75;
}
.BgClassName
{
background-color: #E60D75;
}
</style>
border-color css
<style>
span { border-color: #E60D75; }
span { border-color: rgb(230,13,117); }
td.TdClassName
{
border-color: #E60D75;
}
.TagClassName
{
border-color: #E60D75;
}
</style>