Shades of Ruby #EC2070
Tints of Ruby #EC2070
RGB
CMYK
RGB Variations
Color information
#EC2070 (or 0xEC2070) is known color: Ruby. HEX triplet: EC, 20 and 70. RGB value is (236,32,112). Sum of RGB (Red+Green+Blue) = 236+32+112=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2070 is #13DF8F. Grayscale: #666666. Windows color (decimal): -1302416 or 7348460. OLE color: 7348460.
HSL color Cylindrical-coordinate representation of color #EC2070: hue angle of 336.47º 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 #EC2070 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 112 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.07 |
| HSL | 336.47º | 0.84% | 0.53% | - |
| HSV(B) | 336.47º | 0.86% | 0.93% | - |
| XYZ | 38.03 | 20.04 | 17.19 | - |
| YUV | 102.12 | 133.59 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 112 | 0 | 0.86 | 0.53 | 0.07 | 336.47 | 0.84 | 0.53 |
| Hex | EC | 20 | 70 | 0 | 56 | 35 | 7 | 150 | 54 | 35 |
| Octal | 354 | 40 | 160 | 0 | 126 | 65 | 7 | 520 | 124 | 65 |
| Binary | 11101100 | 100000 | 1110000 | 0 | 1010110 | 110101 | 111 | 101010000 | 1010100 | 110101 |
Color Harmonies of #EC2070
Complementary color
Monochromatic Colors of #EC2070
Black with #EC2070
Text Example
Text Example
White with #EC2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2070; }
p { color: rgb(236,32,112); }
H1.HeaderClassName
{
color: #EC2070;
}
.AnyTagClassName
{
color: #EC2070;
}
</style>
background-color css
<style>
a { background-color: #EC2070; }
a { background-color: rgb(236,32,112); }
div.DivClassName
{
background-color: #EC2070;
}
.BgClassName
{
background-color: #EC2070;
}
</style>
border-color css
<style>
span { border-color: #EC2070; }
span { border-color: rgb(236,32,112); }
td.TdClassName
{
border-color: #EC2070;
}
.TagClassName
{
border-color: #EC2070;
}
</style>