Shades of Ruby #EC097A
Tints of Ruby #EC097A
RGB
CMYK
RGB Variations
Color information
#EC097A (or 0xEC097A) is known color: Ruby. HEX triplet: EC, 09 and 7A. RGB value is (236,9,122). Sum of RGB (Red+Green+Blue) = 236+9+122=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC097A is #13F685. Grayscale: #595959. Windows color (decimal): -1308294 or 7997932. OLE color: 7997932.
HSL color Cylindrical-coordinate representation of color #EC097A: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC097A is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.07 |
| HSL | 330.13º | 0.93% | 0.48% | - |
| HSV(B) | 330.13º | 0.96% | 0.93% | - |
| XYZ | 38.2 | 19.43 | 20.15 | - |
| YUV | 89.76 | 146.21 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 122 | 0 | 0.96 | 0.48 | 0.07 | 330.13 | 0.93 | 0.48 |
| Hex | EC | 9 | 7A | 0 | 60 | 30 | 7 | 14A | 5D | 30 |
| Octal | 354 | 11 | 172 | 0 | 140 | 60 | 7 | 512 | 135 | 60 |
| Binary | 11101100 | 1001 | 1111010 | 0 | 1100000 | 110000 | 111 | 101001010 | 1011101 | 110000 |
Color Harmonies of #EC097A
Complementary color
Monochromatic Colors of #EC097A
Black with #EC097A
Text Example
Text Example
White with #EC097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC097A; }
p { color: rgb(236,9,122); }
H1.HeaderClassName
{
color: #EC097A;
}
.AnyTagClassName
{
color: #EC097A;
}
</style>
background-color css
<style>
a { background-color: #EC097A; }
a { background-color: rgb(236,9,122); }
div.DivClassName
{
background-color: #EC097A;
}
.BgClassName
{
background-color: #EC097A;
}
</style>
border-color css
<style>
span { border-color: #EC097A; }
span { border-color: rgb(236,9,122); }
td.TdClassName
{
border-color: #EC097A;
}
.TagClassName
{
border-color: #EC097A;
}
</style>