Shades of Ruby #ED1067
Tints of Ruby #ED1067
RGB
CMYK
RGB Variations
Color information
#ED1067 (or 0xED1067) is known color: Ruby. HEX triplet: ED, 10 and 67. RGB value is (237,16,103). Sum of RGB (Red+Green+Blue) = 237+16+103=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1067 is #12EF98. Grayscale: #5B5B5B. Windows color (decimal): -1240985 or 6754541. OLE color: 6754541.
HSL color Cylindrical-coordinate representation of color #ED1067: hue angle of 336.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1067 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.07 |
| HSL | 336.38º | 0.87% | 0.5% | - |
| HSV(B) | 336.38º | 0.93% | 0.93% | - |
| XYZ | 37.56 | 19.35 | 14.59 | - |
| YUV | 92 | 134.22 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 103 | 0 | 0.93 | 0.57 | 0.07 | 336.38 | 0.87 | 0.5 |
| Hex | ED | 10 | 67 | 0 | 5D | 39 | 7 | 150 | 57 | 32 |
| Octal | 355 | 20 | 147 | 0 | 135 | 71 | 7 | 520 | 127 | 62 |
| Binary | 11101101 | 10000 | 1100111 | 0 | 1011101 | 111001 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #ED1067
Complementary color
Monochromatic Colors of #ED1067
Black with #ED1067
Text Example
Text Example
White with #ED1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1067; }
p { color: rgb(237,16,103); }
H1.HeaderClassName
{
color: #ED1067;
}
.AnyTagClassName
{
color: #ED1067;
}
</style>
background-color css
<style>
a { background-color: #ED1067; }
a { background-color: rgb(237,16,103); }
div.DivClassName
{
background-color: #ED1067;
}
.BgClassName
{
background-color: #ED1067;
}
</style>
border-color css
<style>
span { border-color: #ED1067; }
span { border-color: rgb(237,16,103); }
td.TdClassName
{
border-color: #ED1067;
}
.TagClassName
{
border-color: #ED1067;
}
</style>