Shades of Ruby #E61573
Tints of Ruby #E61573
RGB
CMYK
RGB Variations
Color information
#E61573 (or 0xE61573) is known color: Ruby. HEX triplet: E6, 15 and 73. RGB value is (230,21,115). Sum of RGB (Red+Green+Blue) = 230+21+115=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E61573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61573 is #19EA8C. Grayscale: #5E5E5E. Windows color (decimal): -1698445 or 7542246. OLE color: 7542246.
HSL color Cylindrical-coordinate representation of color #E61573: hue angle of 333.01º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61573 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.10 |
| HSL | 333.01º | 0.83% | 0.49% | - |
| HSV(B) | 333.01º | 0.91% | 0.9% | - |
| XYZ | 36 | 18.6 | 17.91 | - |
| YUV | 94.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 115 | 0 | 0.91 | 0.5 | 0.10 | 333.01 | 0.83 | 0.49 |
| Hex | E6 | 15 | 73 | 0 | 5B | 32 | A | 14D | 53 | 31 |
| Octal | 346 | 25 | 163 | 0 | 133 | 62 | 12 | 515 | 123 | 61 |
| Binary | 11100110 | 10101 | 1110011 | 0 | 1011011 | 110010 | 1010 | 101001101 | 1010011 | 110001 |
Color Harmonies of #E61573
Complementary color
Monochromatic Colors of #E61573
Black with #E61573
Text Example
Text Example
White with #E61573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61573; }
p { color: rgb(230,21,115); }
H1.HeaderClassName
{
color: #E61573;
}
.AnyTagClassName
{
color: #E61573;
}
</style>
background-color css
<style>
a { background-color: #E61573; }
a { background-color: rgb(230,21,115); }
div.DivClassName
{
background-color: #E61573;
}
.BgClassName
{
background-color: #E61573;
}
</style>
border-color css
<style>
span { border-color: #E61573; }
span { border-color: rgb(230,21,115); }
td.TdClassName
{
border-color: #E61573;
}
.TagClassName
{
border-color: #E61573;
}
</style>