Shades of Ruby #EC195C
Tints of Ruby #EC195C
RGB
CMYK
RGB Variations
Color information
#EC195C (or 0xEC195C) is known color: Ruby. HEX triplet: EC, 19 and 5C. RGB value is (236,25,92). Sum of RGB (Red+Green+Blue) = 236+25+92=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC195C is #13E6A3. Grayscale: #5F5F5F. Windows color (decimal): -1304228 or 6035948. OLE color: 6035948.
HSL color Cylindrical-coordinate representation of color #EC195C: hue angle of 340.95º 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 #EC195C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.07 |
| HSL | 340.95º | 0.85% | 0.51% | - |
| HSV(B) | 340.95º | 0.89% | 0.93% | - |
| XYZ | 36.87 | 19.3 | 11.91 | - |
| YUV | 95.73 | 125.9 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 92 | 0 | 0.89 | 0.61 | 0.07 | 340.95 | 0.85 | 0.51 |
| Hex | EC | 19 | 5C | 0 | 59 | 3D | 7 | 155 | 55 | 33 |
| Octal | 354 | 31 | 134 | 0 | 131 | 75 | 7 | 525 | 125 | 63 |
| Binary | 11101100 | 11001 | 1011100 | 0 | 1011001 | 111101 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #EC195C
Complementary color
Monochromatic Colors of #EC195C
Black with #EC195C
Text Example
Text Example
White with #EC195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC195C; }
p { color: rgb(236,25,92); }
H1.HeaderClassName
{
color: #EC195C;
}
.AnyTagClassName
{
color: #EC195C;
}
</style>
background-color css
<style>
a { background-color: #EC195C; }
a { background-color: rgb(236,25,92); }
div.DivClassName
{
background-color: #EC195C;
}
.BgClassName
{
background-color: #EC195C;
}
</style>
border-color css
<style>
span { border-color: #EC195C; }
span { border-color: rgb(236,25,92); }
td.TdClassName
{
border-color: #EC195C;
}
.TagClassName
{
border-color: #EC195C;
}
</style>