Shades of Ruby #E61C78
Tints of Ruby #E61C78
RGB
CMYK
RGB Variations
Color information
#E61C78 (or 0xE61C78) is known color: Ruby. HEX triplet: E6, 1C and 78. RGB value is (230,28,120). Sum of RGB (Red+Green+Blue) = 230+28+120=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C78 is #19E387. Grayscale: #626262. Windows color (decimal): -1696648 or 7871718. OLE color: 7871718.
HSL color Cylindrical-coordinate representation of color #E61C78: hue angle of 332.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C78 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 120 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.10 |
| HSL | 332.67º | 0.8% | 0.51% | - |
| HSV(B) | 332.67º | 0.88% | 0.9% | - |
| XYZ | 36.44 | 19.01 | 19.52 | - |
| YUV | 98.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 120 | 0 | 0.88 | 0.48 | 0.10 | 332.67 | 0.8 | 0.51 |
| Hex | E6 | 1C | 78 | 0 | 58 | 30 | A | 14D | 50 | 33 |
| Octal | 346 | 34 | 170 | 0 | 130 | 60 | 12 | 515 | 120 | 63 |
| Binary | 11100110 | 11100 | 1111000 | 0 | 1011000 | 110000 | 1010 | 101001101 | 1010000 | 110011 |
Color Harmonies of #E61C78
Complementary color
Monochromatic Colors of #E61C78
Black with #E61C78
Text Example
Text Example
White with #E61C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C78; }
p { color: rgb(230,28,120); }
H1.HeaderClassName
{
color: #E61C78;
}
.AnyTagClassName
{
color: #E61C78;
}
</style>
background-color css
<style>
a { background-color: #E61C78; }
a { background-color: rgb(230,28,120); }
div.DivClassName
{
background-color: #E61C78;
}
.BgClassName
{
background-color: #E61C78;
}
</style>
border-color css
<style>
span { border-color: #E61C78; }
span { border-color: rgb(230,28,120); }
td.TdClassName
{
border-color: #E61C78;
}
.TagClassName
{
border-color: #E61C78;
}
</style>