Shades of Ruby #EC2062
Tints of Ruby #EC2062
RGB
CMYK
RGB Variations
Color information
#EC2062 (or 0xEC2062) is known color: Ruby. HEX triplet: EC, 20 and 62. RGB value is (236,32,98). Sum of RGB (Red+Green+Blue) = 236+32+98=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2062 is #13DF9D. Grayscale: #646464. Windows color (decimal): -1302430 or 6430956. OLE color: 6430956.
HSL color Cylindrical-coordinate representation of color #EC2062: hue angle of 340.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2062 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 98 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.07 |
| HSL | 340.59º | 0.84% | 0.53% | - |
| HSV(B) | 340.59º | 0.86% | 0.93% | - |
| XYZ | 37.31 | 19.75 | 13.4 | - |
| YUV | 100.52 | 126.59 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 98 | 0 | 0.86 | 0.58 | 0.07 | 340.59 | 0.84 | 0.53 |
| Hex | EC | 20 | 62 | 0 | 56 | 3A | 7 | 155 | 54 | 35 |
| Octal | 354 | 40 | 142 | 0 | 126 | 72 | 7 | 525 | 124 | 65 |
| Binary | 11101100 | 100000 | 1100010 | 0 | 1010110 | 111010 | 111 | 101010101 | 1010100 | 110101 |
Color Harmonies of #EC2062
Complementary color
Monochromatic Colors of #EC2062
Black with #EC2062
Text Example
Text Example
White with #EC2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2062; }
p { color: rgb(236,32,98); }
H1.HeaderClassName
{
color: #EC2062;
}
.AnyTagClassName
{
color: #EC2062;
}
</style>
background-color css
<style>
a { background-color: #EC2062; }
a { background-color: rgb(236,32,98); }
div.DivClassName
{
background-color: #EC2062;
}
.BgClassName
{
background-color: #EC2062;
}
</style>
border-color css
<style>
span { border-color: #EC2062; }
span { border-color: rgb(236,32,98); }
td.TdClassName
{
border-color: #EC2062;
}
.TagClassName
{
border-color: #EC2062;
}
</style>