Shades of Ruby #EC2163
Tints of Ruby #EC2163
RGB
CMYK
RGB Variations
Color information
#EC2163 (or 0xEC2163) is known color: Ruby. HEX triplet: EC, 21 and 63. RGB value is (236,33,99). Sum of RGB (Red+Green+Blue) = 236+33+99=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2163 is #13DE9C. Grayscale: #656565. Windows color (decimal): -1302173 or 6496748. OLE color: 6496748.
HSL color Cylindrical-coordinate representation of color #EC2163: hue angle of 340.49º 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 #EC2163 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 99 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.07 |
| HSL | 340.49º | 0.84% | 0.53% | - |
| HSV(B) | 340.49º | 0.86% | 0.93% | - |
| XYZ | 37.39 | 19.82 | 13.66 | - |
| YUV | 101.22 | 126.75 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 99 | 0 | 0.86 | 0.58 | 0.07 | 340.49 | 0.84 | 0.53 |
| Hex | EC | 21 | 63 | 0 | 56 | 3A | 7 | 154 | 54 | 35 |
| Octal | 354 | 41 | 143 | 0 | 126 | 72 | 7 | 524 | 124 | 65 |
| Binary | 11101100 | 100001 | 1100011 | 0 | 1010110 | 111010 | 111 | 101010100 | 1010100 | 110101 |
Color Harmonies of #EC2163
Complementary color
Monochromatic Colors of #EC2163
Black with #EC2163
Text Example
Text Example
White with #EC2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2163; }
p { color: rgb(236,33,99); }
H1.HeaderClassName
{
color: #EC2163;
}
.AnyTagClassName
{
color: #EC2163;
}
</style>
background-color css
<style>
a { background-color: #EC2163; }
a { background-color: rgb(236,33,99); }
div.DivClassName
{
background-color: #EC2163;
}
.BgClassName
{
background-color: #EC2163;
}
</style>
border-color css
<style>
span { border-color: #EC2163; }
span { border-color: rgb(236,33,99); }
td.TdClassName
{
border-color: #EC2163;
}
.TagClassName
{
border-color: #EC2163;
}
</style>