Shades of Ruby #EC077A
Tints of Ruby #EC077A
RGB
CMYK
RGB Variations
Color information
#EC077A (or 0xEC077A) is known color: Ruby. HEX triplet: EC, 07 and 7A. RGB value is (236,7,122). Sum of RGB (Red+Green+Blue) = 236+7+122=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC077A is #13F885. Grayscale: #585858. Windows color (decimal): -1308806 or 7997420. OLE color: 7997420.
HSL color Cylindrical-coordinate representation of color #EC077A: hue angle of 329.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC077A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.07 |
| HSL | 329.87º | 0.94% | 0.48% | - |
| HSV(B) | 329.87º | 0.97% | 0.93% | - |
| XYZ | 38.18 | 19.39 | 20.14 | - |
| YUV | 88.58 | 146.87 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 122 | 0 | 0.97 | 0.48 | 0.07 | 329.87 | 0.94 | 0.48 |
| Hex | EC | 7 | 7A | 0 | 61 | 30 | 7 | 14A | 5E | 30 |
| Octal | 354 | 7 | 172 | 0 | 141 | 60 | 7 | 512 | 136 | 60 |
| Binary | 11101100 | 111 | 1111010 | 0 | 1100001 | 110000 | 111 | 101001010 | 1011110 | 110000 |
Color Harmonies of #EC077A
Complementary color
Monochromatic Colors of #EC077A
Black with #EC077A
Text Example
Text Example
White with #EC077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC077A; }
p { color: rgb(236,7,122); }
H1.HeaderClassName
{
color: #EC077A;
}
.AnyTagClassName
{
color: #EC077A;
}
</style>
background-color css
<style>
a { background-color: #EC077A; }
a { background-color: rgb(236,7,122); }
div.DivClassName
{
background-color: #EC077A;
}
.BgClassName
{
background-color: #EC077A;
}
</style>
border-color css
<style>
span { border-color: #EC077A; }
span { border-color: rgb(236,7,122); }
td.TdClassName
{
border-color: #EC077A;
}
.TagClassName
{
border-color: #EC077A;
}
</style>