Shades of Ruby #ED1569
Tints of Ruby #ED1569
RGB
CMYK
RGB Variations
Color information
#ED1569 (or 0xED1569) is known color: Ruby. HEX triplet: ED, 15 and 69. RGB value is (237,21,105). Sum of RGB (Red+Green+Blue) = 237+21+105=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1569 is #12EA96. Grayscale: #5F5F5F. Windows color (decimal): -1239703 or 6886893. OLE color: 6886893.
HSL color Cylindrical-coordinate representation of color #ED1569: hue angle of 336.67º 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 #ED1569 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.07 |
| HSL | 336.67º | 0.86% | 0.51% | - |
| HSV(B) | 336.67º | 0.91% | 0.93% | - |
| XYZ | 37.74 | 19.56 | 15.15 | - |
| YUV | 95.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 105 | 0 | 0.91 | 0.56 | 0.07 | 336.67 | 0.86 | 0.51 |
| Hex | ED | 15 | 69 | 0 | 5B | 38 | 7 | 151 | 56 | 33 |
| Octal | 355 | 25 | 151 | 0 | 133 | 70 | 7 | 521 | 126 | 63 |
| Binary | 11101101 | 10101 | 1101001 | 0 | 1011011 | 111000 | 111 | 101010001 | 1010110 | 110011 |
Color Harmonies of #ED1569
Complementary color
Monochromatic Colors of #ED1569
Black with #ED1569
Text Example
Text Example
White with #ED1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1569; }
p { color: rgb(237,21,105); }
H1.HeaderClassName
{
color: #ED1569;
}
.AnyTagClassName
{
color: #ED1569;
}
</style>
background-color css
<style>
a { background-color: #ED1569; }
a { background-color: rgb(237,21,105); }
div.DivClassName
{
background-color: #ED1569;
}
.BgClassName
{
background-color: #ED1569;
}
</style>
border-color css
<style>
span { border-color: #ED1569; }
span { border-color: rgb(237,21,105); }
td.TdClassName
{
border-color: #ED1569;
}
.TagClassName
{
border-color: #ED1569;
}
</style>