Shades of Ruby #EC216B
Tints of Ruby #EC216B
RGB
CMYK
RGB Variations
Color information
#EC216B (or 0xEC216B) is known color: Ruby. HEX triplet: EC, 21 and 6B. RGB value is (236,33,107). Sum of RGB (Red+Green+Blue) = 236+33+107=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC216B is #13DE94. Grayscale: #666666. Windows color (decimal): -1302165 or 7021036. OLE color: 7021036.
HSL color Cylindrical-coordinate representation of color #EC216B: hue angle of 338.13º 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 #EC216B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 107 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.13º | 0.84% | 0.53% | - |
| HSV(B) | 338.13º | 0.86% | 0.93% | - |
| XYZ | 37.79 | 19.98 | 15.78 | - |
| YUV | 102.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 107 | 0 | 0.86 | 0.55 | 0.07 | 338.13 | 0.84 | 0.53 |
| Hex | EC | 21 | 6B | 0 | 56 | 37 | 7 | 152 | 54 | 35 |
| Octal | 354 | 41 | 153 | 0 | 126 | 67 | 7 | 522 | 124 | 65 |
| Binary | 11101100 | 100001 | 1101011 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010100 | 110101 |
Color Harmonies of #EC216B
Complementary color
Monochromatic Colors of #EC216B
Black with #EC216B
Text Example
Text Example
White with #EC216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC216B; }
p { color: rgb(236,33,107); }
H1.HeaderClassName
{
color: #EC216B;
}
.AnyTagClassName
{
color: #EC216B;
}
</style>
background-color css
<style>
a { background-color: #EC216B; }
a { background-color: rgb(236,33,107); }
div.DivClassName
{
background-color: #EC216B;
}
.BgClassName
{
background-color: #EC216B;
}
</style>
border-color css
<style>
span { border-color: #EC216B; }
span { border-color: rgb(236,33,107); }
td.TdClassName
{
border-color: #EC216B;
}
.TagClassName
{
border-color: #EC216B;
}
</style>