Shades of Ruby #E60D64
Tints of Ruby #E60D64
RGB
CMYK
RGB Variations
Color information
#E60D64 (or 0xE60D64) is known color: Ruby. HEX triplet: E6, 0D and 64. RGB value is (230,13,100). Sum of RGB (Red+Green+Blue) = 230+13+100=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D64 is #19F29B. Grayscale: #575757. Windows color (decimal): -1700508 or 6557158. OLE color: 6557158.
HSL color Cylindrical-coordinate representation of color #E60D64: hue angle of 335.94º 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 #E60D64 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 100 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.10 |
| HSL | 335.94º | 0.89% | 0.48% | - |
| HSV(B) | 335.94º | 0.94% | 0.9% | - |
| XYZ | 35.08 | 18.03 | 13.69 | - |
| YUV | 87.8 | 134.89 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 100 | 0 | 0.94 | 0.57 | 0.10 | 335.94 | 0.89 | 0.48 |
| Hex | E6 | D | 64 | 0 | 5E | 39 | A | 150 | 59 | 30 |
| Octal | 346 | 15 | 144 | 0 | 136 | 71 | 12 | 520 | 131 | 60 |
| Binary | 11100110 | 1101 | 1100100 | 0 | 1011110 | 111001 | 1010 | 101010000 | 1011001 | 110000 |
Color Harmonies of #E60D64
Complementary color
Monochromatic Colors of #E60D64
Black with #E60D64
Text Example
Text Example
White with #E60D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D64; }
p { color: rgb(230,13,100); }
H1.HeaderClassName
{
color: #E60D64;
}
.AnyTagClassName
{
color: #E60D64;
}
</style>
background-color css
<style>
a { background-color: #E60D64; }
a { background-color: rgb(230,13,100); }
div.DivClassName
{
background-color: #E60D64;
}
.BgClassName
{
background-color: #E60D64;
}
</style>
border-color css
<style>
span { border-color: #E60D64; }
span { border-color: rgb(230,13,100); }
td.TdClassName
{
border-color: #E60D64;
}
.TagClassName
{
border-color: #E60D64;
}
</style>