Shades of Ruby #ED1D63
Tints of Ruby #ED1D63
RGB
CMYK
RGB Variations
Color information
#ED1D63 (or 0xED1D63) is known color: Ruby. HEX triplet: ED, 1D and 63. RGB value is (237,29,99). Sum of RGB (Red+Green+Blue) = 237+29+99=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1D63 is #12E29C. Grayscale: #636363. Windows color (decimal): -1237661 or 6495725. OLE color: 6495725.
HSL color Cylindrical-coordinate representation of color #ED1D63: hue angle of 339.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D63 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 99 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.07 |
| HSL | 339.81º | 0.85% | 0.52% | - |
| HSV(B) | 339.81º | 0.88% | 0.93% | - |
| XYZ | 37.62 | 19.78 | 13.64 | - |
| YUV | 99.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 99 | 0 | 0.88 | 0.58 | 0.07 | 339.81 | 0.85 | 0.52 |
| Hex | ED | 1D | 63 | 0 | 58 | 3A | 7 | 154 | 55 | 34 |
| Octal | 355 | 35 | 143 | 0 | 130 | 72 | 7 | 524 | 125 | 64 |
| Binary | 11101101 | 11101 | 1100011 | 0 | 1011000 | 111010 | 111 | 101010100 | 1010101 | 110100 |
Color Harmonies of #ED1D63
Complementary color
Monochromatic Colors of #ED1D63
Black with #ED1D63
Text Example
Text Example
White with #ED1D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D63; }
p { color: rgb(237,29,99); }
H1.HeaderClassName
{
color: #ED1D63;
}
.AnyTagClassName
{
color: #ED1D63;
}
</style>
background-color css
<style>
a { background-color: #ED1D63; }
a { background-color: rgb(237,29,99); }
div.DivClassName
{
background-color: #ED1D63;
}
.BgClassName
{
background-color: #ED1D63;
}
</style>
border-color css
<style>
span { border-color: #ED1D63; }
span { border-color: rgb(237,29,99); }
td.TdClassName
{
border-color: #ED1D63;
}
.TagClassName
{
border-color: #ED1D63;
}
</style>