Shades of Ruby #EC2170
Tints of Ruby #EC2170
RGB
CMYK
RGB Variations
Color information
#EC2170 (or 0xEC2170) is known color: Ruby. HEX triplet: EC, 21 and 70. RGB value is (236,33,112). Sum of RGB (Red+Green+Blue) = 236+33+112=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2170 is #13DE8F. Grayscale: #666666. Windows color (decimal): -1302160 or 7348716. OLE color: 7348716.
HSL color Cylindrical-coordinate representation of color #EC2170: hue angle of 336.65º 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 #EC2170 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 112 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.07 |
| HSL | 336.65º | 0.84% | 0.53% | - |
| HSV(B) | 336.65º | 0.86% | 0.93% | - |
| XYZ | 38.06 | 20.09 | 17.2 | - |
| YUV | 102.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 112 | 0 | 0.86 | 0.53 | 0.07 | 336.65 | 0.84 | 0.53 |
| Hex | EC | 21 | 70 | 0 | 56 | 35 | 7 | 151 | 54 | 35 |
| Octal | 354 | 41 | 160 | 0 | 126 | 65 | 7 | 521 | 124 | 65 |
| Binary | 11101100 | 100001 | 1110000 | 0 | 1010110 | 110101 | 111 | 101010001 | 1010100 | 110101 |
Color Harmonies of #EC2170
Complementary color
Monochromatic Colors of #EC2170
Black with #EC2170
Text Example
Text Example
White with #EC2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2170; }
p { color: rgb(236,33,112); }
H1.HeaderClassName
{
color: #EC2170;
}
.AnyTagClassName
{
color: #EC2170;
}
</style>
background-color css
<style>
a { background-color: #EC2170; }
a { background-color: rgb(236,33,112); }
div.DivClassName
{
background-color: #EC2170;
}
.BgClassName
{
background-color: #EC2170;
}
</style>
border-color css
<style>
span { border-color: #EC2170; }
span { border-color: rgb(236,33,112); }
td.TdClassName
{
border-color: #EC2170;
}
.TagClassName
{
border-color: #EC2170;
}
</style>