Shades of Ruby #E61978
Tints of Ruby #E61978
RGB
CMYK
RGB Variations
Color information
#E61978 (or 0xE61978) is known color: Ruby. HEX triplet: E6, 19 and 78. RGB value is (230,25,120). Sum of RGB (Red+Green+Blue) = 230+25+120=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E61978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61978 is #19E687. Grayscale: #606060. Windows color (decimal): -1697416 or 7870950. OLE color: 7870950.
HSL color Cylindrical-coordinate representation of color #E61978: hue angle of 332.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61978 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 120 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.10 |
| HSL | 332.2º | 0.8% | 0.5% | - |
| HSV(B) | 332.2º | 0.89% | 0.9% | - |
| XYZ | 36.37 | 18.87 | 19.5 | - |
| YUV | 97.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 120 | 0 | 0.89 | 0.48 | 0.10 | 332.2 | 0.8 | 0.5 |
| Hex | E6 | 19 | 78 | 0 | 59 | 30 | A | 14C | 50 | 32 |
| Octal | 346 | 31 | 170 | 0 | 131 | 60 | 12 | 514 | 120 | 62 |
| Binary | 11100110 | 11001 | 1111000 | 0 | 1011001 | 110000 | 1010 | 101001100 | 1010000 | 110010 |
Color Harmonies of #E61978
Complementary color
Monochromatic Colors of #E61978
Black with #E61978
Text Example
Text Example
White with #E61978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61978; }
p { color: rgb(230,25,120); }
H1.HeaderClassName
{
color: #E61978;
}
.AnyTagClassName
{
color: #E61978;
}
</style>
background-color css
<style>
a { background-color: #E61978; }
a { background-color: rgb(230,25,120); }
div.DivClassName
{
background-color: #E61978;
}
.BgClassName
{
background-color: #E61978;
}
</style>
border-color css
<style>
span { border-color: #E61978; }
span { border-color: rgb(230,25,120); }
td.TdClassName
{
border-color: #E61978;
}
.TagClassName
{
border-color: #E61978;
}
</style>