Shades of Ruby #E61376
Tints of Ruby #E61376
RGB
CMYK
RGB Variations
Color information
#E61376 (or 0xE61376) is known color: Ruby. HEX triplet: E6, 13 and 76. RGB value is (230,19,118). Sum of RGB (Red+Green+Blue) = 230+19+118=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E61376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61376 is #19EC89. Grayscale: #5D5D5D. Windows color (decimal): -1698954 or 7738342. OLE color: 7738342.
HSL color Cylindrical-coordinate representation of color #E61376: hue angle of 331.85º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61376 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.10 |
| HSL | 331.85º | 0.85% | 0.49% | - |
| HSV(B) | 331.85º | 0.92% | 0.9% | - |
| XYZ | 36.14 | 18.6 | 18.82 | - |
| YUV | 93.38 | 141.9 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 118 | 0 | 0.92 | 0.49 | 0.10 | 331.85 | 0.85 | 0.49 |
| Hex | E6 | 13 | 76 | 0 | 5C | 31 | A | 14C | 55 | 31 |
| Octal | 346 | 23 | 166 | 0 | 134 | 61 | 12 | 514 | 125 | 61 |
| Binary | 11100110 | 10011 | 1110110 | 0 | 1011100 | 110001 | 1010 | 101001100 | 1010101 | 110001 |
Color Harmonies of #E61376
Complementary color
Monochromatic Colors of #E61376
Black with #E61376
Text Example
Text Example
White with #E61376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61376; }
p { color: rgb(230,19,118); }
H1.HeaderClassName
{
color: #E61376;
}
.AnyTagClassName
{
color: #E61376;
}
</style>
background-color css
<style>
a { background-color: #E61376; }
a { background-color: rgb(230,19,118); }
div.DivClassName
{
background-color: #E61376;
}
.BgClassName
{
background-color: #E61376;
}
</style>
border-color css
<style>
span { border-color: #E61376; }
span { border-color: rgb(230,19,118); }
td.TdClassName
{
border-color: #E61376;
}
.TagClassName
{
border-color: #E61376;
}
</style>