Shades of Ruby #ED1362
Tints of Ruby #ED1362
RGB
CMYK
RGB Variations
Color information
#ED1362 (or 0xED1362) is known color: Ruby. HEX triplet: ED, 13 and 62. RGB value is (237,19,98). Sum of RGB (Red+Green+Blue) = 237+19+98=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1362 is #12EC9D. Grayscale: #5D5D5D. Windows color (decimal): -1240222 or 6427629. OLE color: 6427629.
HSL color Cylindrical-coordinate representation of color #ED1362: hue angle of 338.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1362 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 98 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.07 |
| HSL | 338.26º | 0.86% | 0.5% | - |
| HSV(B) | 338.26º | 0.92% | 0.93% | - |
| XYZ | 37.36 | 19.35 | 13.32 | - |
| YUV | 93.19 | 130.72 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 98 | 0 | 0.92 | 0.59 | 0.07 | 338.26 | 0.86 | 0.5 |
| Hex | ED | 13 | 62 | 0 | 5C | 3B | 7 | 152 | 56 | 32 |
| Octal | 355 | 23 | 142 | 0 | 134 | 73 | 7 | 522 | 126 | 62 |
| Binary | 11101101 | 10011 | 1100010 | 0 | 1011100 | 111011 | 111 | 101010010 | 1010110 | 110010 |
Color Harmonies of #ED1362
Complementary color
Monochromatic Colors of #ED1362
Black with #ED1362
Text Example
Text Example
White with #ED1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1362; }
p { color: rgb(237,19,98); }
H1.HeaderClassName
{
color: #ED1362;
}
.AnyTagClassName
{
color: #ED1362;
}
</style>
background-color css
<style>
a { background-color: #ED1362; }
a { background-color: rgb(237,19,98); }
div.DivClassName
{
background-color: #ED1362;
}
.BgClassName
{
background-color: #ED1362;
}
</style>
border-color css
<style>
span { border-color: #ED1362; }
span { border-color: rgb(237,19,98); }
td.TdClassName
{
border-color: #ED1362;
}
.TagClassName
{
border-color: #ED1362;
}
</style>