Shades of Ruby #E60D74
Tints of Ruby #E60D74
RGB
CMYK
RGB Variations
Color information
#E60D74 (or 0xE60D74) is known color: Ruby. HEX triplet: E6, 0D and 74. RGB value is (230,13,116). Sum of RGB (Red+Green+Blue) = 230+13+116=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D74 is #19F28B. Grayscale: #595959. Windows color (decimal): -1700492 or 7605734. OLE color: 7605734.
HSL color Cylindrical-coordinate representation of color #E60D74: hue angle of 331.52º 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 #E60D74 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 116 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.10 |
| HSL | 331.52º | 0.89% | 0.48% | - |
| HSV(B) | 331.52º | 0.94% | 0.9% | - |
| XYZ | 35.93 | 18.37 | 18.18 | - |
| YUV | 89.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 116 | 0 | 0.94 | 0.50 | 0.10 | 331.52 | 0.89 | 0.48 |
| Hex | E6 | D | 74 | 0 | 5E | 32 | A | 14C | 59 | 30 |
| Octal | 346 | 15 | 164 | 0 | 136 | 62 | 12 | 514 | 131 | 60 |
| Binary | 11100110 | 1101 | 1110100 | 0 | 1011110 | 110010 | 1010 | 101001100 | 1011001 | 110000 |
Color Harmonies of #E60D74
Complementary color
Monochromatic Colors of #E60D74
Black with #E60D74
Text Example
Text Example
White with #E60D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D74; }
p { color: rgb(230,13,116); }
H1.HeaderClassName
{
color: #E60D74;
}
.AnyTagClassName
{
color: #E60D74;
}
</style>
background-color css
<style>
a { background-color: #E60D74; }
a { background-color: rgb(230,13,116); }
div.DivClassName
{
background-color: #E60D74;
}
.BgClassName
{
background-color: #E60D74;
}
</style>
border-color css
<style>
span { border-color: #E60D74; }
span { border-color: rgb(230,13,116); }
td.TdClassName
{
border-color: #E60D74;
}
.TagClassName
{
border-color: #E60D74;
}
</style>