Shades of Ruby #EC1C75
Tints of Ruby #EC1C75
RGB
CMYK
RGB Variations
Color information
#EC1C75 (or 0xEC1C75) is known color: Ruby. HEX triplet: EC, 1C and 75. RGB value is (236,28,117). Sum of RGB (Red+Green+Blue) = 236+28+117=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1C75 is #13E38A. Grayscale: #646464. Windows color (decimal): -1303435 or 7675116. OLE color: 7675116.
HSL color Cylindrical-coordinate representation of color #EC1C75: hue angle of 334.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C75 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 117 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.07 |
| HSL | 334.33º | 0.85% | 0.52% | - |
| HSV(B) | 334.33º | 0.88% | 0.93% | - |
| XYZ | 38.22 | 19.95 | 18.67 | - |
| YUV | 100.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 117 | 0 | 0.88 | 0.50 | 0.07 | 334.33 | 0.85 | 0.52 |
| Hex | EC | 1C | 75 | 0 | 58 | 32 | 7 | 14E | 55 | 34 |
| Octal | 354 | 34 | 165 | 0 | 130 | 62 | 7 | 516 | 125 | 64 |
| Binary | 11101100 | 11100 | 1110101 | 0 | 1011000 | 110010 | 111 | 101001110 | 1010101 | 110100 |
Color Harmonies of #EC1C75
Complementary color
Monochromatic Colors of #EC1C75
Black with #EC1C75
Text Example
Text Example
White with #EC1C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C75; }
p { color: rgb(236,28,117); }
H1.HeaderClassName
{
color: #EC1C75;
}
.AnyTagClassName
{
color: #EC1C75;
}
</style>
background-color css
<style>
a { background-color: #EC1C75; }
a { background-color: rgb(236,28,117); }
div.DivClassName
{
background-color: #EC1C75;
}
.BgClassName
{
background-color: #EC1C75;
}
</style>
border-color css
<style>
span { border-color: #EC1C75; }
span { border-color: rgb(236,28,117); }
td.TdClassName
{
border-color: #EC1C75;
}
.TagClassName
{
border-color: #EC1C75;
}
</style>