Shades of Ruby #EC1877
Tints of Ruby #EC1877
RGB
CMYK
RGB Variations
Color information
#EC1877 (or 0xEC1877) is known color: Ruby. HEX triplet: EC, 18 and 77. RGB value is (236,24,119). Sum of RGB (Red+Green+Blue) = 236+24+119=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1877 is #13E788. Grayscale: #626262. Windows color (decimal): -1304457 or 7805164. OLE color: 7805164.
HSL color Cylindrical-coordinate representation of color #EC1877: hue angle of 333.11º 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 #EC1877 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 119 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.07 |
| HSL | 333.11º | 0.85% | 0.51% | - |
| HSV(B) | 333.11º | 0.9% | 0.93% | - |
| XYZ | 38.25 | 19.82 | 19.26 | - |
| YUV | 98.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 119 | 0 | 0.90 | 0.50 | 0.07 | 333.11 | 0.85 | 0.51 |
| Hex | EC | 18 | 77 | 0 | 5A | 32 | 7 | 14D | 55 | 33 |
| Octal | 354 | 30 | 167 | 0 | 132 | 62 | 7 | 515 | 125 | 63 |
| Binary | 11101100 | 11000 | 1110111 | 0 | 1011010 | 110010 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #EC1877
Complementary color
Monochromatic Colors of #EC1877
Black with #EC1877
Text Example
Text Example
White with #EC1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1877; }
p { color: rgb(236,24,119); }
H1.HeaderClassName
{
color: #EC1877;
}
.AnyTagClassName
{
color: #EC1877;
}
</style>
background-color css
<style>
a { background-color: #EC1877; }
a { background-color: rgb(236,24,119); }
div.DivClassName
{
background-color: #EC1877;
}
.BgClassName
{
background-color: #EC1877;
}
</style>
border-color css
<style>
span { border-color: #EC1877; }
span { border-color: rgb(236,24,119); }
td.TdClassName
{
border-color: #EC1877;
}
.TagClassName
{
border-color: #EC1877;
}
</style>