Shades of Ruby #ED1663
Tints of Ruby #ED1663
RGB
CMYK
RGB Variations
Color information
#ED1663 (or 0xED1663) is known color: Ruby. HEX triplet: ED, 16 and 63. RGB value is (237,22,99). Sum of RGB (Red+Green+Blue) = 237+22+99=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1663 is #12E99C. Grayscale: #5E5E5E. Windows color (decimal): -1239453 or 6493933. OLE color: 6493933.
HSL color Cylindrical-coordinate representation of color #ED1663: hue angle of 338.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1663 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 99 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.07 |
| HSL | 338.51º | 0.86% | 0.51% | - |
| HSV(B) | 338.51º | 0.91% | 0.93% | - |
| XYZ | 37.46 | 19.48 | 13.59 | - |
| YUV | 95.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 99 | 0 | 0.91 | 0.58 | 0.07 | 338.51 | 0.86 | 0.51 |
| Hex | ED | 16 | 63 | 0 | 5B | 3A | 7 | 153 | 56 | 33 |
| Octal | 355 | 26 | 143 | 0 | 133 | 72 | 7 | 523 | 126 | 63 |
| Binary | 11101101 | 10110 | 1100011 | 0 | 1011011 | 111010 | 111 | 101010011 | 1010110 | 110011 |
Color Harmonies of #ED1663
Complementary color
Monochromatic Colors of #ED1663
Black with #ED1663
Text Example
Text Example
White with #ED1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1663; }
p { color: rgb(237,22,99); }
H1.HeaderClassName
{
color: #ED1663;
}
.AnyTagClassName
{
color: #ED1663;
}
</style>
background-color css
<style>
a { background-color: #ED1663; }
a { background-color: rgb(237,22,99); }
div.DivClassName
{
background-color: #ED1663;
}
.BgClassName
{
background-color: #ED1663;
}
</style>
border-color css
<style>
span { border-color: #ED1663; }
span { border-color: rgb(237,22,99); }
td.TdClassName
{
border-color: #ED1663;
}
.TagClassName
{
border-color: #ED1663;
}
</style>