Shades of Ruby #EC067A
Tints of Ruby #EC067A
RGB
CMYK
RGB Variations
Color information
#EC067A (or 0xEC067A) is known color: Ruby. HEX triplet: EC, 06 and 7A. RGB value is (236,6,122). Sum of RGB (Red+Green+Blue) = 236+6+122=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC067A is #13F985. Grayscale: #575757. Windows color (decimal): -1309062 or 7997164. OLE color: 7997164.
HSL color Cylindrical-coordinate representation of color #EC067A: hue angle of 329.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC067A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.07 |
| HSL | 329.74º | 0.95% | 0.47% | - |
| HSV(B) | 329.74º | 0.97% | 0.93% | - |
| XYZ | 38.17 | 19.37 | 20.14 | - |
| YUV | 87.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 122 | 0 | 0.97 | 0.48 | 0.07 | 329.74 | 0.95 | 0.47 |
| Hex | EC | 6 | 7A | 0 | 61 | 30 | 7 | 14A | 5F | 2F |
| Octal | 354 | 6 | 172 | 0 | 141 | 60 | 7 | 512 | 137 | 57 |
| Binary | 11101100 | 110 | 1111010 | 0 | 1100001 | 110000 | 111 | 101001010 | 1011111 | 101111 |
Color Harmonies of #EC067A
Complementary color
Monochromatic Colors of #EC067A
Black with #EC067A
Text Example
Text Example
White with #EC067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC067A; }
p { color: rgb(236,6,122); }
H1.HeaderClassName
{
color: #EC067A;
}
.AnyTagClassName
{
color: #EC067A;
}
</style>
background-color css
<style>
a { background-color: #EC067A; }
a { background-color: rgb(236,6,122); }
div.DivClassName
{
background-color: #EC067A;
}
.BgClassName
{
background-color: #EC067A;
}
</style>
border-color css
<style>
span { border-color: #EC067A; }
span { border-color: rgb(236,6,122); }
td.TdClassName
{
border-color: #EC067A;
}
.TagClassName
{
border-color: #EC067A;
}
</style>