Shades of Ruby #EC1978
Tints of Ruby #EC1978
RGB
CMYK
RGB Variations
Color information
#EC1978 (or 0xEC1978) is known color: Ruby. HEX triplet: EC, 19 and 78. RGB value is (236,25,120). Sum of RGB (Red+Green+Blue) = 236+25+120=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1978 is #13E687. Grayscale: #626262. Windows color (decimal): -1304200 or 7870956. OLE color: 7870956.
HSL color Cylindrical-coordinate representation of color #EC1978: hue angle of 332.99º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1978 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 120 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.07 |
| HSL | 332.99º | 0.85% | 0.51% | - |
| HSV(B) | 332.99º | 0.89% | 0.93% | - |
| XYZ | 38.33 | 19.88 | 19.59 | - |
| YUV | 98.92 | 139.9 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 120 | 0 | 0.89 | 0.49 | 0.07 | 332.99 | 0.85 | 0.51 |
| Hex | EC | 19 | 78 | 0 | 59 | 31 | 7 | 14D | 55 | 33 |
| Octal | 354 | 31 | 170 | 0 | 131 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101100 | 11001 | 1111000 | 0 | 1011001 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #EC1978
Complementary color
Monochromatic Colors of #EC1978
Black with #EC1978
Text Example
Text Example
White with #EC1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1978; }
p { color: rgb(236,25,120); }
H1.HeaderClassName
{
color: #EC1978;
}
.AnyTagClassName
{
color: #EC1978;
}
</style>
background-color css
<style>
a { background-color: #EC1978; }
a { background-color: rgb(236,25,120); }
div.DivClassName
{
background-color: #EC1978;
}
.BgClassName
{
background-color: #EC1978;
}
</style>
border-color css
<style>
span { border-color: #EC1978; }
span { border-color: rgb(236,25,120); }
td.TdClassName
{
border-color: #EC1978;
}
.TagClassName
{
border-color: #EC1978;
}
</style>