Shades of Ruby #E61673
Tints of Ruby #E61673
RGB
CMYK
RGB Variations
Color information
#E61673 (or 0xE61673) is known color: Ruby. HEX triplet: E6, 16 and 73. RGB value is (230,22,115). Sum of RGB (Red+Green+Blue) = 230+22+115=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E61673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61673 is #19E98C. Grayscale: #5E5E5E. Windows color (decimal): -1698189 or 7542502. OLE color: 7542502.
HSL color Cylindrical-coordinate representation of color #E61673: hue angle of 333.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61673 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 115 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.10 |
| HSL | 333.17º | 0.83% | 0.49% | - |
| HSV(B) | 333.17º | 0.9% | 0.9% | - |
| XYZ | 36.01 | 18.63 | 17.92 | - |
| YUV | 94.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 115 | 0 | 0.90 | 0.5 | 0.10 | 333.17 | 0.83 | 0.49 |
| Hex | E6 | 16 | 73 | 0 | 5A | 32 | A | 14D | 53 | 31 |
| Octal | 346 | 26 | 163 | 0 | 132 | 62 | 12 | 515 | 123 | 61 |
| Binary | 11100110 | 10110 | 1110011 | 0 | 1011010 | 110010 | 1010 | 101001101 | 1010011 | 110001 |
Color Harmonies of #E61673
Complementary color
Monochromatic Colors of #E61673
Black with #E61673
Text Example
Text Example
White with #E61673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61673; }
p { color: rgb(230,22,115); }
H1.HeaderClassName
{
color: #E61673;
}
.AnyTagClassName
{
color: #E61673;
}
</style>
background-color css
<style>
a { background-color: #E61673; }
a { background-color: rgb(230,22,115); }
div.DivClassName
{
background-color: #E61673;
}
.BgClassName
{
background-color: #E61673;
}
</style>
border-color css
<style>
span { border-color: #E61673; }
span { border-color: rgb(230,22,115); }
td.TdClassName
{
border-color: #E61673;
}
.TagClassName
{
border-color: #E61673;
}
</style>