Shades of Ruby #ED216D
Tints of Ruby #ED216D
RGB
CMYK
RGB Variations
Color information
#ED216D (or 0xED216D) is known color: Ruby. HEX triplet: ED, 21 and 6D. RGB value is (237,33,109). Sum of RGB (Red+Green+Blue) = 237+33+109=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED216D is #12DE92. Grayscale: #666666. Windows color (decimal): -1236627 or 7152109. OLE color: 7152109.
HSL color Cylindrical-coordinate representation of color #ED216D: hue angle of 337.65º degrees, saturation: 0.85, 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 #ED216D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 109 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 337.65º | 0.85% | 0.53% | - |
| HSV(B) | 337.65º | 0.86% | 0.93% | - |
| XYZ | 38.23 | 20.2 | 16.35 | - |
| YUV | 102.66 | 131.59 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 109 | 0 | 0.86 | 0.54 | 0.07 | 337.65 | 0.85 | 0.53 |
| Hex | ED | 21 | 6D | 0 | 56 | 36 | 7 | 152 | 55 | 35 |
| Octal | 355 | 41 | 155 | 0 | 126 | 66 | 7 | 522 | 125 | 65 |
| Binary | 11101101 | 100001 | 1101101 | 0 | 1010110 | 110110 | 111 | 101010010 | 1010101 | 110101 |
Color Harmonies of #ED216D
Complementary color
Monochromatic Colors of #ED216D
Black with #ED216D
Text Example
Text Example
White with #ED216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED216D; }
p { color: rgb(237,33,109); }
H1.HeaderClassName
{
color: #ED216D;
}
.AnyTagClassName
{
color: #ED216D;
}
</style>
background-color css
<style>
a { background-color: #ED216D; }
a { background-color: rgb(237,33,109); }
div.DivClassName
{
background-color: #ED216D;
}
.BgClassName
{
background-color: #ED216D;
}
</style>
border-color css
<style>
span { border-color: #ED216D; }
span { border-color: rgb(237,33,109); }
td.TdClassName
{
border-color: #ED216D;
}
.TagClassName
{
border-color: #ED216D;
}
</style>