Shades of Ruby #EC1878
Tints of Ruby #EC1878
RGB
CMYK
RGB Variations
Color information
#EC1878 (or 0xEC1878) is known color: Ruby. HEX triplet: EC, 18 and 78. RGB value is (236,24,120). Sum of RGB (Red+Green+Blue) = 236+24+120=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1878 is #13E787. Grayscale: #626262. Windows color (decimal): -1304456 or 7870700. OLE color: 7870700.
HSL color Cylindrical-coordinate representation of color #EC1878: hue angle of 332.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1878 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.07 |
| HSL | 332.83º | 0.85% | 0.51% | - |
| HSV(B) | 332.83º | 0.9% | 0.93% | - |
| XYZ | 38.31 | 19.84 | 19.58 | - |
| YUV | 98.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 120 | 0 | 0.90 | 0.49 | 0.07 | 332.83 | 0.85 | 0.51 |
| Hex | EC | 18 | 78 | 0 | 5A | 31 | 7 | 14D | 55 | 33 |
| Octal | 354 | 30 | 170 | 0 | 132 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101100 | 11000 | 1111000 | 0 | 1011010 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #EC1878
Complementary color
Monochromatic Colors of #EC1878
Black with #EC1878
Text Example
Text Example
White with #EC1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1878; }
p { color: rgb(236,24,120); }
H1.HeaderClassName
{
color: #EC1878;
}
.AnyTagClassName
{
color: #EC1878;
}
</style>
background-color css
<style>
a { background-color: #EC1878; }
a { background-color: rgb(236,24,120); }
div.DivClassName
{
background-color: #EC1878;
}
.BgClassName
{
background-color: #EC1878;
}
</style>
border-color css
<style>
span { border-color: #EC1878; }
span { border-color: rgb(236,24,120); }
td.TdClassName
{
border-color: #EC1878;
}
.TagClassName
{
border-color: #EC1878;
}
</style>