Shades of Ruby #E61378
Tints of Ruby #E61378
RGB
CMYK
RGB Variations
Color information
#E61378 (or 0xE61378) is known color: Ruby. HEX triplet: E6, 13 and 78. RGB value is (230,19,120). Sum of RGB (Red+Green+Blue) = 230+19+120=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E61378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61378 is #19EC87. Grayscale: #5D5D5D. Windows color (decimal): -1698952 or 7869414. OLE color: 7869414.
HSL color Cylindrical-coordinate representation of color #E61378: hue angle of 331.28º 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 #E61378 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 120 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.10 |
| HSL | 331.28º | 0.85% | 0.49% | - |
| HSV(B) | 331.28º | 0.92% | 0.9% | - |
| XYZ | 36.26 | 18.64 | 19.46 | - |
| YUV | 93.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 120 | 0 | 0.92 | 0.48 | 0.10 | 331.28 | 0.85 | 0.49 |
| Hex | E6 | 13 | 78 | 0 | 5C | 30 | A | 14B | 55 | 31 |
| Octal | 346 | 23 | 170 | 0 | 134 | 60 | 12 | 513 | 125 | 61 |
| Binary | 11100110 | 10011 | 1111000 | 0 | 1011100 | 110000 | 1010 | 101001011 | 1010101 | 110001 |
Color Harmonies of #E61378
Complementary color
Monochromatic Colors of #E61378
Black with #E61378
Text Example
Text Example
White with #E61378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61378; }
p { color: rgb(230,19,120); }
H1.HeaderClassName
{
color: #E61378;
}
.AnyTagClassName
{
color: #E61378;
}
</style>
background-color css
<style>
a { background-color: #E61378; }
a { background-color: rgb(230,19,120); }
div.DivClassName
{
background-color: #E61378;
}
.BgClassName
{
background-color: #E61378;
}
</style>
border-color css
<style>
span { border-color: #E61378; }
span { border-color: rgb(230,19,120); }
td.TdClassName
{
border-color: #E61378;
}
.TagClassName
{
border-color: #E61378;
}
</style>